Skip to content

Commit

Permalink
Update dag_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten-vd-Sande authored Feb 3, 2024
1 parent 4e8c6a7 commit c858929
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/dag_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ if [ $1 = "alignment" ]; then
assert_rulecount $1 'ena2fastq_PE|sra2fastq_PE' 1
assert_rulecount $1 'ena2fastq_PE|sra2fastq_PE' 1

printf "\ndownload gsa\n"
seq2science run download-fastq -nr --configfile tests/$WF/default_config.yaml --snakemakeOptions quiet=True config={samples:tests/download_fastq/gsa_encode_samples.tsv} | tee tests/local_test_results/${1}_dag
assert_rulecount $1 'gsa_or_encode2fastq_SE' 5
assert_rulecount $1 'gsa_or_encode2fastq_PE' 1
# printf "\ndownload gsa\n"
# seq2science run download-fastq -nr --configfile tests/$WF/default_config.yaml --snakemakeOptions quiet=True config={samples:tests/download_fastq/gsa_encode_samples.tsv} | tee tests/local_test_results/${1}_dag
# assert_rulecount $1 'gsa_or_encode2fastq_SE' 5
# assert_rulecount $1 'gsa_or_encode2fastq_PE' 1

# alignment workflow
WF=alignment
Expand Down

0 comments on commit c858929

Please sign in to comment.