This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated wdl/json to gatk4.0.1.1 release, add info for Readme
- Loading branch information
bshifaw
authored
Feb 5, 2018
1 parent
bb0e3b1
commit 8635234
Showing
3 changed files
with
955 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,24 @@ | ||
# somatic-snvs-indels | ||
Workflows for somatic short variant analysis | ||
|
||
### Purpose : | ||
Workflows for somatic short variant analysis with GATK4. | ||
|
||
### mutect2 : | ||
Implements Somatic short variant discovery using [GATK Best Practices](https://software.broadinstitute.org/gatk/best-practices/workflow) (June 2016). | ||
|
||
|
||
#### Requirements/expectations | ||
- Tumor bam and index | ||
- normal bam and index | ||
|
||
#### Outputs | ||
- unfiltered vcf | ||
- unfiltered vcf index | ||
- filtered vcf | ||
- filtered vcf index | ||
|
||
### Software version requirements : | ||
- GATK4 or later | ||
|
||
Cromwell version support | ||
- Successfully tested on v30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.