-
Notifications
You must be signed in to change notification settings - Fork 9
Dev #24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Dev #24
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 15b43b4
[automated] Fix code linting
nf-core-bot 841c8d7
Update modules/nf-core/pbmm2/align/main.nf
matthdsm cf9d05d
Merge pull request #17 from nf-core/pbmm2/fna_support
matthdsm aa98070
modifying pbsv hiphase output name
tanyasarkjain f347e2c
whitespace error
tanyasarkjain 758c86e
space issue
tanyasarkjain 7599c94
resolving comments
tanyasarkjain 213bd75
resolving comments
tanyasarkjain 012a880
Merge pull request #19 from tanyasarkjain/dev
tanyasarkjain d063038
fixing prefixing issue
tanyasarkjain f52f373
removing samplesheet - committed accidentally
tanyasarkjain f5af42c
change log + using multimap instead
tanyasarkjain b81bede
adding fixed from previous PR to changelog
tanyasarkjain 9a31d8e
Update CHANGELOG.md
tanyasarkjain 3ce0d78
fixed
tanyasarkjain 6d1754c
updated PR changelog v 1.0.1 name
tanyasarkjain 894c092
small changes
tanyasarkjain 7c63b9d
Merge pull request #21 from tanyasarkjain/dev
tanyasarkjain a1ebe2f
update to version 1.0.1 for patch release
tanyasarkjain 2a17db1
Merge pull request #23 from tanyasarkjain/dev
tanyasarkjain c13dfbc
update changelog
tanyasarkjain af7f357
Merge branch 'dev' of https://github.com/tanyasarkjain/pacvar into dev
tanyasarkjain b08f50c
change set to equal
tanyasarkjain a719bbb
changed pbsv to sv and added snv to snv outputs
tanyasarkjain b68e4e6
added who made the PR
tanyasarkjain fe5401a
update changelog
tanyasarkjain 82fa209
pretty
tanyasarkjain 4c9841c
commit
tanyasarkjain 4c807b2
fixed linting error
tanyasarkjain a81197a
pretty
tanyasarkjain f4df4bd
Update CHANGELOG.md
tanyasarkjain d104922
Merge pull request #25 from tanyasarkjain/dev
tanyasarkjain 1ce65fe
hopefully resolved merge conflict
tanyasarkjain 585f44e
Merge pull request #26 from tanyasarkjain/dev
tanyasarkjain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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] | ||||||
|
|
||||||
| ### `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] | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| Initial release of nf-core/pacvar, created with the [nf-core](https://nf-co.re/) template. | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.