Skip to content

Commit

Permalink
change sra download dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Jun 16, 2020
1 parent a3adedc commit 39c60bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ if( (params.sqlite || ( params.ncbimeta_update) ) && !params.skip_sqlite_import)
--organism ${params.eager_organism} \
--max-datasets ${params.max_datasets_sra} \
--output ${params.eager_tsv} \
--fastq-dir ${outdir}/sra_download/
--fastq-dir ${outdir}/sra_download/fastq/
accessionColumn=2
tail -n+2 ${params.eager_tsv} | cut -f \$accessionColumn | sort | uniq > ${params.sra_tsv}
Expand Down

0 comments on commit 39c60bc

Please sign in to comment.