Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged

Dev #24

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
af31a7f
add .fna support for pbmm2
matthdsm Feb 12, 2025
15b43b4
[automated] Fix code linting
nf-core-bot Feb 12, 2025
841c8d7
Update modules/nf-core/pbmm2/align/main.nf
matthdsm Feb 12, 2025
cf9d05d
Merge pull request #17 from nf-core/pbmm2/fna_support
matthdsm Feb 12, 2025
aa98070
modifying pbsv hiphase output name
tanyasarkjain Feb 18, 2025
f347e2c
whitespace error
tanyasarkjain Feb 18, 2025
758c86e
space issue
tanyasarkjain Feb 18, 2025
7599c94
resolving comments
tanyasarkjain Feb 24, 2025
213bd75
resolving comments
tanyasarkjain Feb 24, 2025
012a880
Merge pull request #19 from tanyasarkjain/dev
tanyasarkjain Feb 24, 2025
d063038
fixing prefixing issue
tanyasarkjain Feb 25, 2025
f52f373
removing samplesheet - committed accidentally
tanyasarkjain Feb 25, 2025
f5af42c
change log + using multimap instead
tanyasarkjain Feb 25, 2025
b81bede
adding fixed from previous PR to changelog
tanyasarkjain Feb 25, 2025
9a31d8e
Update CHANGELOG.md
tanyasarkjain Feb 26, 2025
3ce0d78
fixed
tanyasarkjain Feb 26, 2025
6d1754c
updated PR changelog v 1.0.1 name
tanyasarkjain Feb 26, 2025
894c092
small changes
tanyasarkjain Feb 26, 2025
7c63b9d
Merge pull request #21 from tanyasarkjain/dev
tanyasarkjain Feb 26, 2025
a1ebe2f
update to version 1.0.1 for patch release
tanyasarkjain Feb 26, 2025
2a17db1
Merge pull request #23 from tanyasarkjain/dev
tanyasarkjain Feb 27, 2025
c13dfbc
update changelog
tanyasarkjain Feb 27, 2025
af7f357
Merge branch 'dev' of https://github.com/tanyasarkjain/pacvar into dev
tanyasarkjain Feb 27, 2025
b08f50c
change set to equal
tanyasarkjain Feb 27, 2025
a719bbb
changed pbsv to sv and added snv to snv outputs
tanyasarkjain Feb 27, 2025
b68e4e6
added who made the PR
tanyasarkjain Feb 27, 2025
fe5401a
update changelog
tanyasarkjain Feb 27, 2025
82fa209
pretty
tanyasarkjain Feb 27, 2025
4c9841c
commit
tanyasarkjain Feb 27, 2025
4c807b2
fixed linting error
tanyasarkjain Feb 27, 2025
a81197a
pretty
tanyasarkjain Feb 27, 2025
f4df4bd
Update CHANGELOG.md
tanyasarkjain Feb 28, 2025
d104922
Merge pull request #25 from tanyasarkjain/dev
tanyasarkjain Feb 28, 2025
1ce65fe
hopefully resolved merge conflict
tanyasarkjain Feb 28, 2025
585f44e
Merge pull request #26 from tanyasarkjain/dev
tanyasarkjain Mar 1, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,19 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.0.0 - Goldfish [01/31/2025]

Initial release of nf-core/pacvar, created with the [nf-core](https://nf-co.re/) template.
## v1.0.1 - Sardine [02/26/2025]
Copy link
Member

@jfy133 jfy133 Mar 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## v1.0.1 - Sardine [02/26/2025]
## v1.0.1 - Sardine [2025-03-06]


### `Added`

### `Fixed`

- [#19](https://github.com/nf-core/pacvar/pull/19) Changed files produced downstream from PBSV to have an output file name containing 'sv' to indicate origin of the files, as with those files downstream from GATK4 and Deepvariant have 'snv' in output file name (@tanyasarkjain)
- [#21](https://github.com/nf-core/pacvar/pull/21) Tweaks to the channels passed into HiPhase - specifically ensure that the inputted VCF and BAM channel are ordered in the same way (according to their shared meta). (@tanyasarkjain)

### `Dependencies`

### `Deprecated`

## v1.0.0 - Goldfish [01/31/2025]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## v1.0.0 - Goldfish [01/31/2025]
## v1.0.0 - Goldfish [2025-01-31]


Initial release of nf-core/pacvar, created with the [nf-core](https://nf-co.re/) template.
7 changes: 4 additions & 3 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/pacvar/releases/tag/1.0.0" target="_blank">nf-core/pacvar</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/pacvar/1.0.0/docs/output" target="_blank">documentation</a>.
This report has been generated by the <a href="https://github.com/nf-core/pacvar/releases/tag/1.0.1"
target="_blank">nf-core/pacvar</a> analysis pipeline. For information about how
to interpret these results, please see the <a href="https://nf-co.re/pacvar/1.0.1/docs/output"
target="_blank">documentation</a>.
report_section_order:
"nf-core-pacvar-methods-description":
order: -1000
Expand Down
25 changes: 24 additions & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ process {
}

withName: 'PBSV_CALL' {
ext.prefix = { "${meta.id}.pbsv" }
ext.prefix = { "${meta.id}.sv" }
}

withName: 'LIMA' {
Expand All @@ -54,5 +54,28 @@ process {
ext.prefix = {"${meta.id}.trgt.sorted"}
}

withName: 'TABIX_BGZIP' {
ext.prefix = {"${meta.id}.sv"}
}

withName: '.*:BAM_SV_VARIANT_CALLING:BCFTOOLS_INDEX' {
ext.prefix = { "${meta.id}.sv" }
}

withName: 'HIPHASE_SV' {
ext.prefix = {"${meta.id}.sv"}
}

withName: 'HIPHASE_SNP' {
ext.prefix = {"${meta.id}.snv"}
}


withName: 'GATK4_HAPLOTYPECALLER' {
ext.prefix = {"${meta.id}.snv"}
}

withName: 'DEEPVARIANT' {
ext.prefix = {"${meta.id}.snv"}
}
}
1 change: 0 additions & 1 deletion conf/test_wgs_gatk.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,4 @@ params {
snv_caller = 'gatk4'
intervals = params.pipelines_testdata_base_path + 'pacbio_data/c9orf72-short.bed'
workflow = 'wgs'
skip_phase = true
}
23 changes: 13 additions & 10 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ Note:
<summary>Output files</summary>

- `gatk4/`
- `<basename>.vcf.gz`: VCF of the SNV
- `<basename>.vcf.gz.tbi`: Associated indexes for the VCF files
- `<basename>.snv.vcf.gz`: VCF of the SNV
- `<basename>.snv.vcf.gz.tbi`: Associated indexes for the VCF files

</details>

Expand All @@ -91,7 +91,7 @@ Note:
<summary>Output files</summary>

- `pbsv/`
- `<basename>.pbsv.vcf`: VCF of SV
- `<basename>.sv.vcf`: VCF of SV
- `<basename>.svsig.gz`: File containing signatures of structural variants

</details>
Expand All @@ -104,9 +104,12 @@ Note:
<summary>Output files</summary>

- `hiphase/`
- `<basename>.phased.bam`: Haplotagged BAM
- `<basename>.phased.vcf`: The phased Variant File
- `<basename>.phased.vcf`: This CSV/TSV file contains information about the the phase blocks that were output by HiPhase.
- `<basename>.snv.phased.bam`: Haplotagged BAM - outputted from phasing based on SNV
- `<basename>.sv.phased.bam`: Haplotagged BAM - outputted from phasing based on SV
- `<basename>.snv.phased.vcf`: The phased Variant File (SNV) (Zipped)
- `<basename>.sv.phased.vcf`: The phased Variant File (SV) (Zipped)
- `<basename>.snv.stats.csv`: This CSV/TSV file contains information about the the phase blocks that were output by HiPhase (SNV)
- `<basename>.sv.stats.csv`: This CSV/TSV file contains information about the the phase blocks that were output by HiPhase (SV)

</details>

Expand All @@ -118,7 +121,7 @@ Note:
<summary>Output files</summary>

- `tabix/`
- `<basename>.vcf.gz`: Zipped PBSV VCF files
- `<basename>.sv.vcf.gz`: Zipped PBSV VCF files

</details>

Expand All @@ -130,7 +133,7 @@ Note:
<summary>Output files</summary>

- `BCFTOOLS/`
- `<basename>.vcf.gz.csi`: Index of PBSV VCF files
- `<basename>.sv.vcf.gz.csi`: Index of PBSV VCF files

</details>

Expand All @@ -142,8 +145,8 @@ Note:
<summary>Output files</summary>

- `deepvariant/`
- `<basename>.vcf.gz`: Zipped VCF file
- `<basename>.vcf.gz.tbi`: Associated index to zipped VCF file
- `<basename>.snv.vcf.gz`: Zipped VCF file
- `<basename>.snv.vcf.gz.tbi`: Associated index to zipped VCF file

</details>

Expand Down
8 changes: 8 additions & 0 deletions modules/nf-core/pbmm2/align/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions modules/nf-core/pbmm2/align/pbmm2-align.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ manifest {
mainScript = 'main.nf'
defaultBranch = 'master'
nextflowVersion = '!>=24.04.2'
version = '1.0.0'
version = '1.0.1'
doi = '10.5281/zenodo.14813048'
}

Expand Down
Loading
Loading