Skip to content

Commit

Permalink
change default normalise: 20000
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Feb 6, 2021
1 parent 57fe18e commit a676b7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_ont_medaka.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ task consensus {
String samplename
File filtered_reads
String? artic_primer_version="V3"
Int? normalise=200
Int? normalise=20000
Int? cpu=8
}

Expand Down
4 changes: 4 additions & 0 deletions workflows/wf_clearlabs_viral_refbased_assembly.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ workflow viral_refbased_assembly {
String samplename
String? artic_primer_version="V3"
File clear_lab_fastq
Int? normalise=20000

String submission_id
String collection_date
Expand Down Expand Up @@ -44,6 +45,9 @@ workflow viral_refbased_assembly {
samplename = samplename,
filtered_reads = clear_lab_fastq,
artic_primer_version = artic_primer_version
normalise=normalise


}
call consensus_call.variant_call {
input:
Expand Down

0 comments on commit a676b7a

Please sign in to comment.