1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-09-21 06:32:04 +00:00

Fix kraken2 module

This commit is contained in:
James Fellows Yates 2022-03-28 16:46:45 +02:00
parent 231253227c
commit 98dc8014a5
2 changed files with 5 additions and 6 deletions

View file

@ -24,12 +24,12 @@
"multiqc": {
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
},
"untar": {
"git_sha": "e080f4c8acf5760039ed12ec1f206170f3f9a918"
},
"porechop": {
"git_sha": "e20e57f90b6787ac9a010a980cf6ea98bd990046"
},
"untar": {
"git_sha": "e080f4c8acf5760039ed12ec1f206170f3f9a918"
}
}
}
}
}

View file

@ -32,12 +32,11 @@ process KRAKEN2_KRAKEN2 {
--threads $task.cpus \\
--unclassified-out $unclassified \\
--classified-out $classified \\
$args \\
--report ${prefix}.kraken2.report.txt \\
--gzip-compressed \\
$paired \\
$args \\
$reads
pigz -p $task.cpus *.fastq