Il sito funziona meglio con JavaScript.
Home
Esplora
Drone
Aiuto
Accedi
YaqingLiu
/
WesPipe
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
fix(TMB): size
master
YaqingLiu
2 anni fa
parent
0a4135befb
commit
da3f7cd4cd
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/TMB.wdl
+ 1
- 1
tasks/TMB.wdl
Vedi File
@@ -16,7 +16,7 @@ task TMB {
size=`awk -F'\t' 'BEGIN{SUM=0}{SUM+=$3-$2}END{print SUM}' merged.bed`
# analysis in python
python ~/tmb.py ${snpindel_txt} $
{
size
}
${sample}
python ~/tmb.py ${snpindel_txt} $size ${sample}
>>>
runtime {
Write
Preview
Loading…
Annulla
Salva