Explorar el Código

更新 'tasks/ReadStats.wdl'

master
chenqingwang hace 3 años
padre
commit
829386ba18
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      tasks/ReadStats.wdl

+ 0
- 1
tasks/ReadStats.wdl Ver fichero

@@ -30,7 +30,6 @@ task ReadStats {
n_ForAlign=$(cat ${in_log_readFilter} | grep 'reads passed filter' | head -n 1 | cut -d ':' -f 2 | sed 's/ //g')

n_miRNA_mature=$(cat ${in_log_align_miRNA} | grep 'at least one reported alignment' | head -n 1 | cut -d ':' -f 2 | cut -d '(' -f 1 | sed 's/ //g')
n_miRNA_hairpin=$(cat ${in_log_align_preMiRNA} | grep 'at least one reported alignment' | head -n 1 | cut -d ':' -f 2 | cut -d '(' -f 1 | sed 's/ //g')

n_RNA=$(cat ${in_log_align_RNA} | grep 'at least one reported alignment' | head -n 1 | cut -d ':' -f 2 | cut -d '(' -f 1 | sed 's/ //g')
n_otGenomic=$(cat ${in_log_align_rn7} | grep 'at least one reported alignment' | head -n 1 | cut -d ':' -f 2 | cut -d '(' -f 1 | sed 's/ //g')

Cargando…
Cancelar
Guardar