Selaa lähdekoodia

se_hisat_0605

master
Zhihui 4 vuotta sitten
vanhempi
commit
dbfa7df99b
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. +2
    -2
      tasks/samtools.wdl
  2. +1
    -1
      workflow.wdl

+ 2
- 2
tasks/samtools.wdl Näytä tiedosto

@@ -18,7 +18,7 @@ task samtools {
/opt/conda/bin/samtools sort -m 1000000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam}
/opt/conda/bin/samtools view -bs 42.1 ${sorted_bam} > ${percent_bam}
/opt/conda/bin/samtools stats -i ${insert_size} ${sorted_bam} |grep ^IS|cut -f 2- > ${sample_id}.ins_size
#/opt/conda/bin/samtools stats -i ${insert_size} ${sorted_bam} |grep ^IS|cut -f 2- > ${sample_id}.ins_size
>>>

runtime {
@@ -32,7 +32,7 @@ task samtools {
File out_bam = sorted_bam
File out_percent = percent_bam
File out_bam_index = sorted_bam_index
File out_ins_size = ins_size
#File out_ins_size = ins_size
}

}

+ 1
- 1
workflow.wdl Näytä tiedosto

@@ -182,4 +182,4 @@ workflow {{ project_name }} {
gene_abundance = stringtie.gene_abundance,
count_length = count_length
}
}
}

Loading…
Peruuta
Tallenna