Skip to content
Snippets Groups Projects
Commit a0fb6573 authored by JasperBoom's avatar JasperBoom
Browse files

Address travis error.

parent ca4fe2d9
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ that users understand how the changes affect the new version.
version 5.0.0-dev
---------------------------
+ Bwa & bwa-mem2: Add parameter_meta for `outputHla`.
+ Multiqc: Removed WDL_AID excludes of "finished" & "dependencies" inputs.
+ Bam2fastx: Add localisation of input files to Bam2Fasta task.
+ isoseq3: `cores` input has been renamed to `threads` to match tool naming.
+ CCS: `cores` input has been renamed to `threads` to match tool naming.
+ CCS: Update CCS to version 5.
......
......@@ -47,7 +47,7 @@ task Fastqc {
Int threads = 1
String memory = "2G"
Int timeMinutes = 1 + ceil(size(seqFile, "G")) * 4
String dockerImage = "quay.io/biocontainers/fastqc:0.11.9--0
String dockerImage = "quay.io/biocontainers/fastqc:0.11.9--0"
Array[File]? noneArray
File? noneFile
......
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