Skip to content
Snippets Groups Projects
Commit 830a39b8 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Revert "Fixing output"

This reverts commit 17af04e8
parent 17af04e8
No related branches found
No related tags found
1 merge request!24Changes after testing
...@@ -16,7 +16,7 @@ task fastqc { ...@@ -16,7 +16,7 @@ task fastqc {
Int? kmers Int? kmers
String? dir String? dir
# Chops of the .gz extension if present. # Chops of the .gz extension if present.
String name = sub(sub(sub(seqFile, "\\.gz$",""), "\\.fq$",""), "\\.fastq$","") String name = sub(sub(seqFile, "\\.gz$",""), "\\.fq$|\\.fastq$","")
# This regex chops of the extension and replaces it with _fastqc for the reportdir. # This regex chops of the extension and replaces it with _fastqc for the reportdir.
# Just as fastqc does it. # Just as fastqc does it.
String reportDir = outdirPath + "/" + sub(basename(name), "\\.[^\\.]*$", "_fastqc") String reportDir = outdirPath + "/" + sub(basename(name), "\\.[^\\.]*$", "_fastqc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment