Remove debugging statement

This commit is contained in:
Phil Ewels 2020-07-17 16:00:08 +02:00
parent 2d1252c804
commit f01b3f13a6

View file

@ -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
"""