Skip to content

Commit

Permalink
remove R scripts from filtering (#7781)
Browse files Browse the repository at this point in the history
* remove R scripts from filtering

* add to dockstore for testing
  • Loading branch information
RoriCremer authored Apr 14, 2022
1 parent 1fecbf9 commit 8a4f8df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ workflows:
branches:
- master
- ah_var_store
- kc_wdl_gatk_override
- rc-remove-r-graphing-from-filter
- name: GvsCreateAltAllele
subclass: WDL
primaryDescriptorPath: /scripts/variantstore/wdl/GvsCreateAltAllele.wdl
Expand Down
4 changes: 0 additions & 4 deletions scripts/variantstore/wdl/GvsWarpTasks.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ task IndelsVariantRecalibrator {
-V ~{sites_only_variant_filtered_vcf} \
-O ~{recalibration_filename} \
--output-model indels.model \
--rscript-file indels.Rscript \
--tranches-file ~{tranches_filename} \
--trust-all-polymorphic \
-tranche ~{sep=' -tranche ' recalibration_tranche_values} \
Expand All @@ -199,7 +198,6 @@ task IndelsVariantRecalibrator {
File recalibration_index = "~{recalibration_filename}.idx"
File tranches = "~{tranches_filename}"
File model = "indels.model"
File rscript = "indels.Rscript"
}
}

Expand Down Expand Up @@ -252,7 +250,6 @@ task SNPsVariantRecalibrator {
-V ~{sites_only_variant_filtered_vcf} \
-O ~{recalibration_filename} \
--output-model snps.model \
--rscript-file snps.Rscript \
--tranches-file ~{tranches_filename} \
--trust-all-polymorphic \
-tranche ~{sep=' -tranche ' recalibration_tranche_values} \
Expand Down Expand Up @@ -281,6 +278,5 @@ task SNPsVariantRecalibrator {
File recalibration_index = "~{recalibration_filename}.idx"
File tranches = "~{tranches_filename}"
File model = "snps.model"
File rscript = "snps.Rscript"
}
}

0 comments on commit 8a4f8df

Please sign in to comment.