Skip to content

Commit

Permalink
updates to support new chr14 chr16 test data
Browse files Browse the repository at this point in the history
  • Loading branch information
ionox0 committed May 1, 2018
1 parent 82f7346 commit 5d5bbd4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 223 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ To run with Toil batch system runner:
```
(innovation_pipeline) ~/PIPELINE_RUNS$ toil-cwl-runner ~/Innovation-Pipeline/workflows/innovation_pipeline.cwl runs/inputs_pipeline_test.yaml
```
or use:
```
(innovation_pipeline) ~/PIPELINE_RUNS$ test/run-pipeline-test.sh ~/output_dir
```
Have a look inside `pipeline_runner.sh` to see some useful arguments for Toil & cwltool

# Running a real run
The same steps for testing can be used for a real run.
Expand Down
72 changes: 0 additions & 72 deletions pipeline-runner.sh

This file was deleted.

8 changes: 4 additions & 4 deletions resources/run_files/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

# Used in multiple steps
# Todo: implement smaller reference fasta for testing
reference_fasta: $PIPELINE_ROOT/test/test_data/test_reference/fasta/chr14_chr16/chr14_chr16.fasta
reference_fasta_fai: $PIPELINE_ROOT/test/test_data/test_reference/fasta/chr14_chr16/chr14_chr16.fasta.fai
reference_fasta: /home/johnsoni/test_reference/fasta/chr14_chr16.fasta
reference_fasta_fai: /home/johnsoni/test_reference/fasta/chr14_chr16.fasta.fai
#reference_fasta: /ifs/depot/resources/dmp/data/pubdata/hg-fasta/VERSIONS/hg19/Homo_sapiens_assembly19.fasta
#reference_fasta_fai: /ifs/depot/resources/dmp/data/pubdata/hg-fasta/VERSIONS/hg19/Homo_sapiens_assembly19.fasta.fai


# BaseRecalibrator
# Todo: Consolidate
bqsr__knownSites_dbSNP: {class: File, path: $PIPELINE_ROOT/test/test_data/test_reference/vcf/chr14_chr16/dbsnp_137_14_16.b37.vcf}
bqsr__knownSites_millis: {class: File, path: $PIPELINE_ROOT/test/test_data/test_reference/vcf/chr14_chr16/Mills_and_1000G_gold_standard-14_16.indels.b37.vcf}
bqsr__knownSites_dbSNP: {class: File, path: /home/johnsoni/test_reference/vcf/dbsnp_137_14_16.b37.vcf}
bqsr__knownSites_millis: {class: File, path: /home/johnsoni/test_reference/vcf/Mills_and_1000G_gold_standard-14_16.indels.b37.vcf}
#bqsr__knownSites_dbSNP: {class: File, path: /ifs/e63data/bergerm1/Resources/DMP/pubdata/dbSNP/VERSIONS/dbsnp_v137/dbsnp_137.b37.vcf}
#bqsr__knownSites_millis: {class: File, path: /ifs/e63data/bergerm1/Resources/DMP/pubdata/mills-and-1000g/VERSIONS/v20131014/Mills_and_1000G_gold_standard.indels.b37.vcf}
4 changes: 2 additions & 2 deletions resources/run_files/test__collapsing.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Files used in collapsing steps
bed_file: {class: File, path: $PIPELINE_ROOT/test/test_data/test_reference/bed/pan-cancer-panel.sorted.bed}
gene_list: {class: File, path: $PIPELINE_ROOT/test/test_data/test_reference/bed/juber-hg19-gene-list.bed}
bed_file: {class: File, path: /home/johnsoni/test_reference/bed/pan-cancer-panel.sorted.bed}
gene_list: {class: File, path: /home/johnsoni/test_reference/bed/juber-hg19-gene-list.bed}
119 changes: 0 additions & 119 deletions test/inputs.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions test/run-pipeline-test.sh

This file was deleted.

0 comments on commit 5d5bbd4

Please sign in to comment.