We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981a0f2 commit 4046390Copy full SHA for 4046390
1 file changed
.gitlab-ci.yml
@@ -62,6 +62,8 @@ build snakemake-4.8.0: *build_snakemake
62
- source activate lodseq
63
- mkdir test/
64
- snakemake --ignore-incomplete --reason --verbose --printshellcmds --timestamp --configfile config.yaml
65
+ - tar xf data/outputs/mergeResults.tar.gz -C data/outputs/
66
+ - for f in $(ls test/mergeResults/results_*); do diff -q test/mergeResults/${f##*/} data/outputs/mergeResults/${f##*/}; done
67
68
test genetic data with snakemake-5.1.2: *test_genetic_data
69
test genetic data with snakemake-4.8.0: *test_genetic_data
0 commit comments