mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Remove debugging statement
This commit is contained in:
parent
2d1252c804
commit
f01b3f13a6
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ process FASTQC {
|
|||
if (single_end) {
|
||||
"""
|
||||
[ ! -f ${name}.fastq.gz ] && ln -s $reads ${name}.fastq.gz
|
||||
ls -la
|
||||
fastqc ${params.fastqc_args} --threads $task.cpus ${name}.fastq.gz
|
||||
fastqc --version | sed -n "s/.*\\(v.*\$\\)/\\1/p" > fastqc.version.txt
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue