Skip to content

Commit

Permalink
Merge pull request #2 from mahesh-panchal/dev
Browse files Browse the repository at this point in the history
Fix data path
  • Loading branch information
mahesh-panchal authored Jun 4, 2024
2 parents 9ac715b + 8664bb5 commit 875359b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ nextflow run main.nf \
-profile test,docker \
-dump-channels \
--outdir results \
--db_cache 'work/database_cache' \
--validate_params false
--db_cache 'work/database_cache'
4 changes: 2 additions & 2 deletions test-data_tmp/resources/samples.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sample,fastq_1,fastq_2
foo,https://github.com/NBISweden/nf-core-aMeta/tree/dev/test-data_tmp/data/foo.fastq.gz,
bar,https://github.com/NBISweden/nf-core-aMeta/tree/dev/test-data_tmp/data/bar.fastq.gz,
foo,https://github.com/NBISweden/nf-core-aMeta/raw/dev/test-data_tmp/data/foo.fastq.gz,
bar,https://github.com/NBISweden/nf-core-aMeta/raw/dev/test-data_tmp/data/bar.fastq.gz,

0 comments on commit 875359b

Please sign in to comment.