mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-24 16:59:55 +00:00
Fix kraken2 module
This commit is contained in:
parent
231253227c
commit
98dc8014a5
2 changed files with 5 additions and 6 deletions
|
@ -24,12 +24,12 @@
|
||||||
"multiqc": {
|
"multiqc": {
|
||||||
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
|
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
|
||||||
},
|
},
|
||||||
"untar": {
|
|
||||||
"git_sha": "e080f4c8acf5760039ed12ec1f206170f3f9a918"
|
|
||||||
},
|
|
||||||
"porechop": {
|
"porechop": {
|
||||||
"git_sha": "e20e57f90b6787ac9a010a980cf6ea98bd990046"
|
"git_sha": "e20e57f90b6787ac9a010a980cf6ea98bd990046"
|
||||||
|
},
|
||||||
|
"untar": {
|
||||||
|
"git_sha": "e080f4c8acf5760039ed12ec1f206170f3f9a918"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
3
modules/nf-core/modules/kraken2/kraken2/main.nf
generated
3
modules/nf-core/modules/kraken2/kraken2/main.nf
generated
|
@ -32,12 +32,11 @@ process KRAKEN2_KRAKEN2 {
|
||||||
--threads $task.cpus \\
|
--threads $task.cpus \\
|
||||||
--unclassified-out $unclassified \\
|
--unclassified-out $unclassified \\
|
||||||
--classified-out $classified \\
|
--classified-out $classified \\
|
||||||
$args \\
|
|
||||||
--report ${prefix}.kraken2.report.txt \\
|
--report ${prefix}.kraken2.report.txt \\
|
||||||
--gzip-compressed \\
|
--gzip-compressed \\
|
||||||
$paired \\
|
$paired \\
|
||||||
|
$args \\
|
||||||
$reads
|
$reads
|
||||||
|
|
||||||
|
|
||||||
pigz -p $task.cpus *.fastq
|
pigz -p $task.cpus *.fastq
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue