Skip to content
Snippets Groups Projects
Commit 7e7e2526 authored by Sander van der Zeeuw's avatar Sander van der Zeeuw
Browse files

remove dirstructure from config

parent 06536548
No related branches found
No related tags found
No related merge requests found
...@@ -72,16 +72,16 @@ Global setting examples are: ...@@ -72,16 +72,16 @@ Global setting examples are:
#### Example settings config #### Example settings config
~~~ ~~~
{ {
"reference": "/data/LGTC/projects/vandoorn-melanoma/data/references/hg19_nohap/ucsc.hg19_nohap.fasta", "reference": "/references/hg19_nohap/ucsc.hg19_nohap.fasta",
"dbsnp": "/data/LGTC/projects/vandoorn-melanoma/data/references/hg19_nohap/dbsnp_137.hg19_nohap.vcf", "dbsnp": "/references/hg19_nohap/dbsnp_137.hg19_nohap.vcf",
"joint_variantcalling": false, "joint_variantcalling": false,
"haplotypecaller": { "scattercount": 100 }, "haplotypecaller": { "scattercount": 100 },
"multisample": { "haplotypecaller": { "scattercount": 1000 } }, "multisample": { "haplotypecaller": { "scattercount": 1000 } },
"picard": { "validationstringency": "LENIENT" }, "picard": { "validationstringency": "LENIENT" },
"library_variantcalling_temp": true, "library_variantcalling_temp": true,
"target_bed_temp": "/data/LGTC/projects/vandoorn-melanoma/analysis/target.bed", "target_bed_temp": "analysis/target.bed",
"min_dp": 5, "min_dp": 5,
"bedtools": {"exe":"/share/isilon/system/local/BEDtools/bedtools-2.17.0/bin/bedtools"}, "bedtools": {"exe":"/BEDtools/bedtools-2.17.0/bin/bedtools"},
"bam_to_fastq": true, "bam_to_fastq": true,
"baserecalibrator": { "memory_limit": 8, "vmem":"16G" }, "baserecalibrator": { "memory_limit": 8, "vmem":"16G" },
"samtofastq": {"memory_limit": 8, "vmem": "16G"}, "samtofastq": {"memory_limit": 8, "vmem": "16G"},
...@@ -95,4 +95,4 @@ Global setting examples are: ...@@ -95,4 +95,4 @@ Global setting examples are:
### JSON validation ### JSON validation
To check if the JSON file created is correct we can use multiple options the simplest way is using [this](http://jsonformatter.curiousconcept.com/) To check if the JSON file created is correct we can use multiple options the simplest way is using [this](http://jsonformatter.curiousconcept.com/)
website. It is also possible to use Python or Scala for validating but this requires some more knowledge. website. It is also possible to use Python or Scala for validating but this requires some more knowledge.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment