Skip to content

Commit

Permalink
test: Add -nc to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 5, 2024
1 parent ed37357 commit bbd443f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dragen := "./result/bin/dragen-os"

test_segfault: # test_data build_reference
test_segfault: test_data build_reference
{{dragen}} -r dragmap --RGSM test --num-threads 2 -1 SRX882903_T2.fastq.gz > output.log

build_reference: test_data
Expand All @@ -12,8 +12,8 @@ build_reference: test_data
--ht-num-threads 2

test_data:
wget https://raw.githubusercontent.com/nf-core/test-datasets/nascent/testdata/SRX882903_T2.fastq.gz
wget https://raw.githubusercontent.com/nf-core/test-datasets/nascent/reference/GRCh38_chr21.fa
wget -nc https://raw.githubusercontent.com/nf-core/test-datasets/nascent/testdata/SRX882903_T2.fastq.gz
wget -nc https://raw.githubusercontent.com/nf-core/test-datasets/nascent/reference/GRCh38_chr21.fa

issue_10:
{{dragen}} \
Expand Down

0 comments on commit bbd443f

Please sign in to comment.