Explorar el Código

revised-bedtools-task

master
stead99 hace 5 años
padre
commit
c6f07ff2c7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      input_samples_file.tsv
  2. +1
    -1
      tasks/bedtools.wdl

+ 1
- 1
input_samples_file.tsv Ver fichero

@@ -1,2 +1,2 @@
oss://choppy-cromwell-result/test-choppy/iseq_150pe_rnaseq_20200221_wangshangzi/43061775-40e6-47e7-8f07-b961b44c596f/call-samtools/GCCACATA_S9_L001_R1_001.sorted.bam
oss://choppy-cromwell-result/test-choppy/iseq_150pe_rnaseq_20200221_wangshangzi/49bd025e-5275-4fbd-9e67-b279b08ce8b5/call-samtools/F1_S6_L001_R1_001.sorted.bam
oss://choppy-cromwell-result/test-choppy/iseq_150pe_rnaseq_20200221_wangshangzi/49bd025e-5275-4fbd-9e67-b279b08ce8b5/call-samtools/F1_S6_L001_R1_001.sorted.bam

+ 1
- 1
tasks/bedtools.wdl Ver fichero

@@ -9,7 +9,7 @@ task bedtools {

command <<<
set -e -o pipefail
cat ~{sep=" " input_samples}|bedtools multicov -bed ${bed_file} > revread_count.txt
cat {sep=" " input_samples}|bedtools multicov -bed ${bed_file} > revread_count.txt

>>>


Cargando…
Cancelar
Guardar