Skip to content

Commit

Permalink
add touch
Browse files Browse the repository at this point in the history
  • Loading branch information
5im1z committed Oct 29, 2024
1 parent 6efada4 commit db0a873
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WGS_pipeline/guide_mutation_binary.wdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 1.1
version 1.0

workflow run_guide_mutation {
input {
Expand Down Expand Up @@ -78,6 +78,8 @@ task guide_mutation {
--format ~{bcftools_format} \
~{vcf} > tkov3_~{sample_id}.bed

touch "~{sample_id}_avana_mut_binary.csv" "~{sample_id}_humagne_mut_binary.csv" "~{sample_id}_ky_mut_binary.csv" "~{sample_id}_brunello_mut_binary.csv" "~{sample_id}_tkov3_mut_binary.csv"

python -u /install/depmapomics/tasks/map_to_guides.py \
--sample_id ~{sample_id} \
--bed_filenames 'avana_~{sample_id}.bed,humagne_~{sample_id}.bed,ky_~{sample_id}.bed,brunello_~{sample_id}.bed,tkov3_~{sample_id}.bed'\
Expand Down

0 comments on commit db0a873

Please sign in to comment.