Skip to content
Snippets Groups Projects
Commit cc899a63 authored by ffinfo's avatar ffinfo
Browse files

Added touch

parent 33e9f85f
No related branches found
No related tags found
1 merge request!51Fixing outputs
...@@ -97,6 +97,8 @@ task ExtractAdaptersFastqc { ...@@ -97,6 +97,8 @@ task ExtractAdaptersFastqc {
set -e set -e
~{preCommand} ~{preCommand}
mkdir -p ~{outputDir} mkdir -p ~{outputDir}
touch ~{adapterOutputFilePath}
touch ~{contamsOutputFilePath}
~{toolCommand} \ ~{toolCommand} \
--inputFile ~{inputFile} \ --inputFile ~{inputFile} \
~{"--adapterOutputFile " + adapterOutputFilePath } \ ~{"--adapterOutputFile " + adapterOutputFilePath } \
......
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