LUYAO REN vor 6 Jahren
Ursprung
Commit
dc387ff4ba
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      README.md

+ 1
- 1
README.md Datei anzeigen

@@ -103,7 +103,7 @@ Hard filtration is applied, for GATK do not yet have the RNAseq training/truth r
# GATK3, if you are using gatk4, please pay attention to the new arguments
java -jar GenomeAnalysisTK.jar -T VariantFiltration -R hg_19.fasta -V input.vcf -window 35 -cluster 3 -filterName FS -filter "FS > 30.0" -filterName QD -filter "QD < 2.0" -o output.vcf
```
**one sample running time**
**Per sample running time**

Less than 4 hours


Laden…
Abbrechen
Speichern