mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:03:10 +00:00
Update modules/local/samplesheet_check.nf
Co-authored-by: James A. Fellows Yates <jfy133@gmail.com>
This commit is contained in:
parent
9349346864
commit
e84b64f7e1
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ process SAMPLESHEET_CHECK {
|
|||
|
||||
script: // detect_reads.py script is bundled with the pipeline, in nf-core/taxprofiler/bin/
|
||||
"""
|
||||
python3 $projectDir/bin/detect_reads.py $samplesheet samplesheet_validated.csv
|
||||
python3 $projectDir/bin/detect_reads.py \\
|
||||
$samplesheet \\
|
||||
samplesheet_validated.csv
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
|
|
Loading…
Reference in a new issue