|
il y a 4 ans | |
---|---|---|
.vscode | il y a 4 ans | |
tasks | il y a 4 ans | |
.DS_Store | il y a 4 ans | |
LICENSE.md | il y a 4 ans | |
README.md | il y a 4 ans | |
defaults | il y a 4 ans | |
inputs | il y a 4 ans | |
workflow.wdl | il y a 4 ans |
This APP developed for somatic short variant discovery (SNVs + Indels).
Supported callers:
v0.1.0
as it is too outdated)
Variant caller can be selected by setting ture/false
in the submitted sample.csv.Types of data that can be received:
regions
in inputs).New version
v0.1.0
, has beed substituted by TNhaplotyper2.corealigner
step has been removed.Please carefully check
We recommend using choppy system and Aliyun OSS service. The command will look like this:
open-choppy-env
choppy install YaqingLiu/variant-calling-latest
choppy samples YaqingLiu/variant-calling-latest --no-default
# sample_id,normal_fastq_1,normal_fastq_2,tumor_fastq_1,tumor_fastq_2
choppy batch YaqingLiu/variant-calling-latest samples.csv -p Project -l 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.