Skip to content

Commit

Permalink
review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Feb 16, 2024
1 parent 62d5ae7 commit 3099751
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/modules/call_snv.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ process {

withName: '.*CALL_SNV:GATK4_SELECTVARIANTS' {
ext.args = { "--exclude-intervals ${params.mito_name}" }
ext.prefix = { "${meta.id}_nomito" }
ext.prefix = { "${meta.id}_snv" }
publishDir = [
path: { "${params.outdir}/call_snv/genome" },
mode: params.publish_dir_mode,
Expand Down
1 change: 1 addition & 0 deletions conf/modules/call_sv_MT.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ process {

withName: '.*CALL_SV_MT:MT_DELETION' {
ext.args = '-s --insert-size 16000'
ext.prefix = { "${meta.id}_mitochondria_deletions" }
publishDir = [
path: { "${params.outdir}/call_sv/mitochondria" },
mode: params.publish_dir_mode,
Expand Down
10 changes: 5 additions & 5 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ Results generated by MultiQC collate pipeline QC from supported tools e.g. FastQ
<summary>Output files</summary>

- `call_snv/genome`
- `<case_id>_nomito.vcf.gz`: normalized vcf file containing no MT variants.
- `<case_id>_nomito.vcf.gz.tbi`: index of the vcf file containing no MT variants.
- `<case_id>_snv.vcf.gz`: normalized vcf file containing no MT variants.
- `<case_id>_snv.vcf.gz.tbi`: index of the vcf file containing no MT variants.

</details>

Expand All @@ -279,8 +279,8 @@ The pipeline performs variant calling using [Sentieon DNAscope](https://support.
<summary>Output files</summary>

- `call_snv/genome`
- `<case_id>_nomito.vcf.gz`: normalized vcf file containing no MT variants.
- `<case_id>_nomito.vcf.gz.tbi`: index of the vcf file containing no MT variants.
- `<case_id>_snv.vcf.gz`: normalized vcf file containing no MT variants.
- `<case_id>_snv.vcf.gz.tbi`: index of the vcf file containing no MT variants.

</details>

Expand Down Expand Up @@ -456,7 +456,7 @@ The pipeline for mitochondrial variant discovery, using Mutect2, uses a high sen
[MT deletion script](https://github.com/dnil/mitosign/blob/master/run_mt_del_check.sh) lists the fraction of mitochondrially aligning read pairs (per 1000) that appear discordant, as defined by an insert size of more than 1.2 kb (and less than 15 kb due to the circular nature of the genome) using samtools.

- `call_sv/mitochondria`
- `<sample_id>.txt`: file containing deletions.
- `<sample_id>_mitochondria_deletions.txt`: file containing deletions.

##### eKLIPse

Expand Down

0 comments on commit 3099751

Please sign in to comment.