Browse Source

tab

master
LUYAO REN 5 years ago
parent
commit
36f248a77a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/MIEpos2bed.wdl

+ 2
- 2
tasks/MIEpos2bed.wdl View File

command <<< command <<<


cat ${mie_file} | awk '{print $1,$2,$2}' > ${sample_name}.${chromo}.allvariants.bed
cat ${mie_file} | awk '{print $1"\t"$2"\t"$2}' > ${sample_name}.${chromo}.allvariants.bed


cat ${mie_file} | grep -v '1:1:1' | awk '{print $1,$2,$2}' > ${sample_name}.${chromo}.mie.bed
cat ${mie_file} | grep -v '1:1:1' | awk '{print $1"\t"$2"\t"$2}' > ${sample_name}.${chromo}.mie.bed


>>> >>>



Loading…
Cancel
Save