Skip to content

Commit

Permalink
Merge pull request #104 from MartinPippel/interproscan
Browse files Browse the repository at this point in the history
Interproscan
  • Loading branch information
MartinPippel authored Jan 12, 2024
2 parents f4aa59c + e368916 commit fef4301
Show file tree
Hide file tree
Showing 13 changed files with 310 additions and 95 deletions.
2 changes: 0 additions & 2 deletions config/functional_annotation_modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ process {
}
withName: 'INTERPROSCAN' {
ext.args = [
'-f TSV',
'--iprlookup',
'--goterms',
'-pa',
'-dp',
'-t p'
].join(' ').trim()
}
Expand Down
3 changes: 1 addition & 2 deletions config/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,11 @@ if ( params.subworkflow == 'functional_annotation' ) {
}
process {
withName: 'FUNCTIONAL_ANNOTATION:INTERPROSCAN' {
cpus = 2
ext.args = [
'-f TSV',
// '--iprlookup',
// '--goterms',
// '-pa',
// '-dp',
'-t p'
].join(' ').trim()
}
Expand Down
91 changes: 54 additions & 37 deletions modules.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,58 @@
{
"name": "NBIS Genome Annotation Workflow",
"homePage": "",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"blast/makeblastdb": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": ["modules"],
"patch": "modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff"
},
"busco": {
"branch": "master",
"git_sha": "6d6552cb582f56b6101c452e16ee7c23073f91de",
"installed_by": ["modules"]
},
"fastp": {
"branch": "master",
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd",
"installed_by": ["modules"]
},
"fastqc": {
"branch": "master",
"git_sha": "9a4517e720bc812e95b56d23d15a1653b6db4f53",
"installed_by": ["modules"]
},
"multiqc": {
"branch": "master",
"git_sha": "a6e11ac655e744f7ebc724be669dd568ffdc0e80",
"installed_by": ["modules"]
}
"name": "NBIS Genome Annotation Workflow",
"homePage": "",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"blast/makeblastdb": {
"branch": "master",
"git_sha": "911696ea0b62df80e900ef244d7867d177971f73",
"installed_by": [
"modules"
],
"patch": "modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff"
},
"busco": {
"branch": "master",
"git_sha": "6d6552cb582f56b6101c452e16ee7c23073f91de",
"installed_by": [
"modules"
]
},
"fastp": {
"branch": "master",
"git_sha": "d497a4868ace3302016ea8ed4b395072d5e833cd",
"installed_by": [
"modules"
]
},
"fastqc": {
"branch": "master",
"git_sha": "9a4517e720bc812e95b56d23d15a1653b6db4f53",
"installed_by": [
"modules"
]
},
"interproscan": {
"branch": "master",
"git_sha": "3f5420aa22e00bd030a2556dfdffc9e164ec0ec5",
"installed_by": [
"modules"
]
},
"multiqc": {
"branch": "master",
"git_sha": "a6e11ac655e744f7ebc724be669dd568ffdc0e80",
"installed_by": [
"modules"
]
}
}
},
"subworkflows": {
"nf-core": {}
}
}
},
"subworkflows": {
"nf-core": {}
}
}
}
}
34 changes: 0 additions & 34 deletions modules/local/interproscan.nf

This file was deleted.

7 changes: 7 additions & 0 deletions modules/nf-core/interproscan/environment.yml

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

88 changes: 88 additions & 0 deletions modules/nf-core/interproscan/main.nf

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

54 changes: 54 additions & 0 deletions modules/nf-core/interproscan/meta.yml

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

65 changes: 65 additions & 0 deletions modules/nf-core/interproscan/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 fef4301

Please sign in to comment.