Bläddra i källkod

vcf to txt

master
LUYAO REN 5 år sedan
förälder
incheckning
9dd60737da
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      tasks/replicate_consensus.wdl

+ 2
- 2
tasks/replicate_consensus.wdl Visa fil

@@ -6,8 +6,8 @@ task replicate_consensus {
String disk_size
command <<<
python /opt/replicates_consensus.py -vcf ${chromo_file} -prefix ${chromo}
cat ${chromo_file} | grep -v '##' > ${chromo}.txt
python /opt/replicates_consensus.py -vcf ${chromo}.txt -prefix ${chromo}


>>>

Laddar…
Avbryt
Spara