Skip to content

Commit

Permalink
fix(pints): Refactor to merge groups based on issue
Browse files Browse the repository at this point in the history
Started out just trying to make the tests deterministic. Re-read the
issue and realized this is how they should be merged.
  • Loading branch information
edmundmiller committed Nov 9, 2024
1 parent dac9111 commit 136a9ca
Show file tree
Hide file tree
Showing 22 changed files with 699 additions and 89 deletions.
5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
"installed_by": ["bam_dedup_stats_samtools_umitools", "bam_sort_stats_samtools"]
},
"samtools/merge": {
"branch": "master",
"git_sha": "b13f07be4c508d6ff6312d354d09f2493243e208",
"installed_by": ["modules"]
},
"samtools/sort": {
"branch": "master",
"git_sha": "46eca555142d6e597729fcb682adcc791796f514",
Expand Down
10 changes: 5 additions & 5 deletions modules/nf-core/pints/caller/main.nf

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

21 changes: 16 additions & 5 deletions modules/nf-core/pints/caller/pints-caller.diff

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

8 changes: 8 additions & 0 deletions modules/nf-core/samtools/merge/environment.yml

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

61 changes: 61 additions & 0 deletions modules/nf-core/samtools/merge/main.nf

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

104 changes: 104 additions & 0 deletions modules/nf-core/samtools/merge/meta.yml

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

3 changes: 3 additions & 0 deletions modules/nf-core/samtools/merge/tests/index.config

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

137 changes: 137 additions & 0 deletions modules/nf-core/samtools/merge/tests/main.nf.test

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

Loading

0 comments on commit 136a9ca

Please sign in to comment.