Skip to content

Commit

Permalink
update and patch modules
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 23, 2024
1 parent 2a50999 commit 4316615
Show file tree
Hide file tree
Showing 11 changed files with 218 additions and 33 deletions.
9 changes: 6 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"cat/fastq": {
"branch": "master",
"git_sha": "a1abf90966a2a4016d3c3e41e228bfcbd4811ccc",
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "modules"]
"installed_by": ["fastq_qc_trim_filter_setstrandedness", "modules"],
"patch": "modules/nf-core/cat/fastq/cat-fastq.diff"
},
"custom/catadditionalfasta": {
"branch": "master",
Expand Down Expand Up @@ -221,12 +222,14 @@
"star/align": {
"branch": "master",
"git_sha": "a5ad53288c79fa52c5ae708c317e09ec2dd149ab",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/star/align/star-align.diff"
},
"star/genomegenerate": {
"branch": "master",
"git_sha": "a5ad53288c79fa52c5ae708c317e09ec2dd149ab",
"installed_by": ["modules"]
"installed_by": ["modules"],
"patch": "modules/nf-core/star/genomegenerate/star-genomegenerate.diff"
},
"stringtie/stringtie": {
"branch": "master",
Expand Down
35 changes: 35 additions & 0 deletions modules/nf-core/bedtools/genomecov/bedtools-genomecov.diff

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

2 changes: 1 addition & 1 deletion modules/nf-core/bedtools/genomecov/main.nf

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

35 changes: 35 additions & 0 deletions modules/nf-core/cat/fastq/cat-fastq.diff

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

2 changes: 1 addition & 1 deletion modules/nf-core/cat/fastq/main.nf

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

2 changes: 1 addition & 1 deletion modules/nf-core/sortmerna/main.nf

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

90 changes: 65 additions & 25 deletions modules/nf-core/sortmerna/sortmerna.diff

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

2 changes: 1 addition & 1 deletion modules/nf-core/star/align/main.nf

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

38 changes: 38 additions & 0 deletions modules/nf-core/star/align/star-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 modules/nf-core/star/genomegenerate/main.nf

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

Loading

0 comments on commit 4316615

Please sign in to comment.