This is an application for REAL-TIME DECISION SUPPORT TOOLS for Cholera Epidemiology.
427
Git repo and example files: https://gitlab.com/chienchi/choledge
Launch Cromwell and Auspice Service
docker run -d -p 8000:8000 -p 8001:4000 -v /path/to/data:/data -v /path/to/auspice_results:/auspice/data bioedge/choledge
Browse the Cromwell Server REST API
Auspice Interactive Visualisation
The working directory inside container is /data
You can download example dataset (fastq), workflow file (CholEDGE.wdl), example input.json file, and the example mappingFile.txt from git repo and load wdl and input.json file through Cromwell Server REST API
Input
You will need to modify input.json and mappingFile.txt for your own data.
{
"core_snps.cpu" : 16,
"core_snps.projdir": "/data/test",
"core_snps.qc.mappingfile": "/data/mappingFile.txt",
"core_snps.qc.indir": "/data"
}
#SampleID Files Country Years
T1 UG010/SRS3074319.1.fastq.gz,UG010/SRS3074319.2.fastq.gz Uganda 2015
T2 UG020/SRS3074318.1.fastq.gz,UG020/SRS3074318.2.fastq.gz Uganda 2015
Output
Below is the output directory structure
QC: The quality controlled reads output.
snippy : The QC reads will run through snippy pipeline to get core genome and SNP info.
core: The core alignment outputs.
gubbins: The recombination detection and mask
auspice_workflow : The Nextstrain analysis workflow output. The final output .json file is in auspice_workflow/auspice/
Chien-Chi Lo: [email protected]
Content type
Image
Digest
Size
4.4 GB
Last updated
over 6 years ago
docker pull bioedge/choledge