Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 742b80d

Browse files
author
Szilveszter Juhos
authored
Merge pull request #721 from MaxUlysse/COSMIC
Completly remove COSMIC
2 parents 5a92b24 + c6cb43f commit 742b80d

4 files changed

Lines changed: 3 additions & 199 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616
### `Removed`
1717
- [#715](https://github.com/SciLifeLab/Sarek/pull/715) - Remove `defReferencesFiles` function from `buildReferences.nf`
18+
- [#721](https://github.com/SciLifeLab/Sarek/pull/721) - Remove COSMIC docs
1819

1920
## [2.2.2] - 2018-12-19
2021

docs/PARAMETERS.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Only required if you use the awsbatch profile. This parameter specifies the queu
6464

6565
### --awsqueue_tiny `BatchQueueName`
6666

67-
Only used if you use the awsbatch profile. This parameter specifies a queue used for certain small jobs that might still require a significant amount of disk storage.
67+
Only used if you use the awsbatch profile. This parameter specifies a queue used for certain small jobs that might still require a significant amount of disk storage.
6868

6969
### --localReportDir `Directory`
7070

71-
Only used if you use the awsbatch profile. This parameter specifies an output directory for nextflow reports, such as Sarek_timeline.html, which currently is not fully supported to store on s3.
71+
Only used if you use the awsbatch profile. This parameter specifies an output directory for nextflow reports, such as Sarek_timeline.html, which currently is not fully supported to store on s3.
7272

7373
### --verbose
7474

@@ -132,10 +132,6 @@ However, if needed, you can specify any reference file at the command line.
132132

133133
### --bwaIndex `bwaIndex file`
134134

135-
### --cosmic `cosmic file`
136-
137-
### --cosmicIndex `cosmicIndex file`
138-
139135
### --dbsnp `dbsnp file`
140136

141137
### --dbsnpIndex `dbsnpIndex file`

docs/REFERENCES.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ More information about this file in the [intervals documentation](INTERVALS.md)
2727

2828
Description of how to generate the Loci file used in the ASCAT process is described [here](https://github.com/SciLifeLab/Sarek/blob/master/docs/ASCAT.md).
2929

30-
You can create your own cosmic reference for any human reference as specified below in the Cosmic section.
31-
3230
## GRCh38
3331

3432
Use `--genome GRCh38` to map against GRCh38.
@@ -69,31 +67,6 @@ bwa index -6 Homo_sapiens_assembly38.fasta
6967

7068
Description of how to generate the Loci file used in the ASCAT process is described [here](https://github.com/SciLifeLab/Sarek/blob/master/docs/ASCAT.md).
7169

72-
You can create your own cosmic reference for any human reference as specified below in the Cosmic section.
73-
74-
## COSMIC files
75-
76-
To annotate with COSMIC variants during MuTect1/2 Variant Calling you need to create a compatible VCF file.
77-
Download the coding and non-coding VCF files from [COSMIC](http://cancer.sanger.ac.uk/cosmic/download) and
78-
process them with the [Create\_Cosmic.sh](https://github.com/SciLifeLab/Sarek/tree/master/scripts/Create_Cosmic.sh)
79-
script for either GRCh37 or GRCh38.
80-
The script requires a fasta index `.fai`, of the reference file you are using.
81-
82-
Example:
83-
84-
```bash
85-
samtools faidx human_g1k_v37_decoy.fasta
86-
sh Create_Cosmic.sh human_g1k_v37_decoy.fasta.fai
87-
```
88-
89-
Note: CosmicCodingMuts.vcf.gz & CosmicNonCodingVariants.vcf.gz must be in same folder as Create\_Cosmic.sh when executed.
90-
91-
To index the resulting VCF file use [igvtools](https://software.broadinstitute.org/software/igv/igvtools).
92-
93-
```bash
94-
igvtools index <cosmicvxx.vcf>
95-
```
96-
9770
## smallGRCh37
9871

9972
Use `--genome smallGRCh37` to map against a small reference genome based on GRCh37.

scripts/Create_Cosmic.sh

Lines changed: 0 additions & 166 deletions
This file was deleted.

0 commit comments

Comments
 (0)