Skip to content
Snippets Groups Projects
Unverified Commit 903ce915 authored by Cats's avatar Cats Committed by GitHub
Browse files

Merge branch 'develop' into macs2

parents 2c5b6d2a 26e020d6
No related branches found
No related tags found
1 merge request!29Macs2
...@@ -73,6 +73,7 @@ task BaseCounter { ...@@ -73,6 +73,7 @@ task BaseCounter {
task ExtractAdaptersFastqc { task ExtractAdaptersFastqc {
File? toolJar File? toolJar
String? preCommand
File inputFile File inputFile
String outputDir String outputDir
String? adapterOutputFilePath = outputDir + "/adapter.list" String? adapterOutputFilePath = outputDir + "/adapter.list"
...@@ -93,6 +94,7 @@ task ExtractAdaptersFastqc { ...@@ -93,6 +94,7 @@ task ExtractAdaptersFastqc {
command { command {
set -e set -e
${preCommand}
mkdir -p ${outputDir} mkdir -p ${outputDir}
${toolCommand} \ ${toolCommand} \
--inputFile ${inputFile} \ --inputFile ${inputFile} \
......
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