Skip to content

Commit

Permalink
Removed unnecessary backend arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Sep 28, 2023
1 parent b99b12e commit 29d4c39
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion workflows/assemble_genome/assemble_genome.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ workflow assemble_genome {
File? father_yak
File? mother_yak

String backend
RuntimeAttributes default_runtime_attributes
}

Expand Down
2 changes: 0 additions & 2 deletions workflows/de_novo_assembly_sample/de_novo_assembly_sample.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ workflow de_novo_assembly_sample {

Array[ReferenceData] references

String backend
RuntimeAttributes default_runtime_attributes
}

Expand All @@ -31,7 +30,6 @@ workflow de_novo_assembly_sample {
sample_id = sample.sample_id,
reads_fastas = samtools_fasta.reads_fasta,
references = references,
backend = backend,
default_runtime_attributes = default_runtime_attributes
}

Expand Down
2 changes: 0 additions & 2 deletions workflows/de_novo_assembly_trio/de_novo_assembly_trio.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ workflow de_novo_assembly_trio {

Array[ReferenceData] references

String backend
RuntimeAttributes default_runtime_attributes
}

Expand Down Expand Up @@ -102,7 +101,6 @@ workflow de_novo_assembly_trio {
hifiasm_extra_params = hifiasm_extra_params,
father_yak = yak_count_father.yak,
mother_yak = yak_count_mother.yak,
backend = backend,
default_runtime_attributes = default_runtime_attributes
}
}
Expand Down
2 changes: 0 additions & 2 deletions workflows/main.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ workflow de_novo_assembly {
input:
sample = sample,
references = references,
backend = backend,
default_runtime_attributes = default_runtime_attributes
}
}
Expand All @@ -51,7 +50,6 @@ workflow de_novo_assembly {
input:
cohort = cohort,
references = references,
backend = backend,
default_runtime_attributes = default_runtime_attributes
}
}
Expand Down

0 comments on commit 29d4c39

Please sign in to comment.