Skip to content

Commit

Permalink
Merge pull request #157 from nf-core/151-error-no-genomic-sequence-av…
Browse files Browse the repository at this point in the history
…ailable-check-g-option-error-in-gffread-command-for-task-nfcore_circrnacircrnaquantificationtranscriptome-error

Remove GTF regions on unknown chromosomes
  • Loading branch information
nictru authored Jul 15, 2024
2 parents 4a2d30f + 73bf5e4 commit 009e891
Show file tree
Hide file tree
Showing 11 changed files with 506 additions and 10 deletions.
4 changes: 4 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ process {
]
}

withName: GTFFILTER {
ext.suffix = "filtered.gtf"
}

withName: SEQKIT_SPLIT {
ext.args = "-i --by-id-prefix \"\""
publishDir = [
Expand Down
5 changes: 5 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"git_sha": "de45447d060b8c8b98575bc637a4a575fd0638e1",
"installed_by": ["modules"]
},
"custom/gtffilter": {
"branch": "master",
"git_sha": "a0aee18374b7f072aa0f89f4d66f5a3a9f8176d2",
"installed_by": ["modules"]
},
"custom/tx2gene": {
"branch": "master",
"git_sha": "ec155021a9104441bf6a9bae3b55d1b5b0bfdb3a",
Expand Down
9 changes: 9 additions & 0 deletions modules/nf-core/custom/gtffilter/environment.yml

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

37 changes: 37 additions & 0 deletions modules/nf-core/custom/gtffilter/main.nf

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

51 changes: 51 additions & 0 deletions modules/nf-core/custom/gtffilter/meta.yml

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

132 changes: 132 additions & 0 deletions modules/nf-core/custom/gtffilter/templates/gtffilter.py

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

115 changes: 115 additions & 0 deletions modules/nf-core/custom/gtffilter/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 009e891

Please sign in to comment.