|
4 år sedan | |
---|---|---|
.vscode | 4 år sedan | |
tasks | 4 år sedan | |
.DS_Store | 4 år sedan | |
LICENSE.md | 4 år sedan | |
README.md | 4 år sedan | |
defaults | 4 år sedan | |
inputs | 4 år sedan | |
workflow.wdl | 4 år sedan |
This APP developed for germline and somatic short variant discovery (SNVs + Indels).
Supported Callers
false
.true
in the submitted sample.csv.haplotyper
, tnseq
, tnscope
, varscan
.Germline
Somatic
v0.1.0
as it is too outdated)Accepted Data
The datatype is judged by whether the bed file is set (i.e. the regions
in inputs).
v0.1.0
, has beed substituted by TNhaplotyper2.corealigner
step has been removed.vcf2maf
step has been removed. Thus, the final output is the annotated VCF
.We recommend using choppy system and Aliyun OSS service. The command will look like this:
# Activate the choppy environment
$ open-choppy-env
# Install the APP
$ choppy install YaqingLiu/variant-calling-latest [-f]
# List the parameters
$ choppy samples YaqingLiu/variant-calling-latest [--no-default]
# Submit you task with the `samples.csv file` and `project name`
$ choppy batch YaqingLiu/variant-calling-latest samples.csv -p Project [-l project:Label]
# Query the status of all tasks in the project
$ choppy query -L Label | grep "status"
Please note: The defaults
can be forcibly replaced by the settings in samples.csv
. Therefore, there is no need to contact me over this issue.
The parameters that must need contains: sample_id,normal_fastq_1,normal_fastq_2,tumor_fastq_1,tumor_fastq_2
Please carefully check