Skip to content
Snippets Groups Projects
Commit 781b8eb6 authored by Holly Ruess's avatar Holly Ruess
Browse files

fix error

parent a093f6e5
1 merge request!24Resolve "Add fragment size distribution"
Pipeline #7031 passed with stages
in 21 hours, 37 minutes, and 24 seconds
...@@ -543,7 +543,7 @@ process experimentQC { ...@@ -543,7 +543,7 @@ process experimentQC {
output: output:
file '*.{pdf,npz}' into deepToolsStats file '*.{pdf,npz}' into deepToolsStats
file '*.fragment_length_count.txt' into fdlStats file '*.fragment_length_count.txt' optional true into fdlStats
file('version_*.txt') into experimentQCVersions file('version_*.txt') into experimentQCVersions
file '*.FRiPscore.tsv' into FRiPscore file '*.FRiPscore.tsv' into FRiPscore
file '*.TSSenrichment.tsv' into TSSenrichment file '*.TSSenrichment.tsv' into TSSenrichment
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment