Skip to content

Commit

Permalink
Merge pull request #106 from MartinPippel/update_blast
Browse files Browse the repository at this point in the history
Update blast
  • Loading branch information
MartinPippel authored Jan 15, 2024
2 parents ca4fbbb + 48c4d9a commit 3af6af1
Show file tree
Hide file tree
Showing 10 changed files with 293 additions and 88 deletions.
95 changes: 41 additions & 54 deletions modules.json
Original file line number Diff line number Diff line change
@@ -1,58 +1,45 @@
{
"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": {}
}
"name": "NBIS Genome Annotation Workflow",
"homePage": "",
"repos": {
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"blast/makeblastdb": {
"branch": "master",
"git_sha": "a01c66c96e0bc610ad126e7adc4a94cd4acd1b48",
"installed_by": ["modules"]
},
"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": {}
}
}
}
}
6 changes: 3 additions & 3 deletions modules/local/blast/blastp.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process BLAST_BLASTP {
tag "${fasta.baseName}"
label 'process_medium'

conda 'bioconda::blast=2.12.0'
conda 'bioconda::blast=2.15.0'
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/blast:2.12.0--pl5262h3289130_0' :
'biocontainers/blast:2.12.0--pl5262h3289130_0' }"
'https://depot.galaxyproject.org/singularity/blast:2.15.0--pl5321h6f7f691_1' :
'biocontainers/blast:2.15.0--pl5321h6f7f691_1' }"

input:
tuple val(meta), path(fasta)
Expand Down
20 changes: 0 additions & 20 deletions modules/nf-core/blast/makeblastdb/blast-makeblastdb.diff

This file was deleted.

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

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

52 changes: 42 additions & 10 deletions modules/nf-core/blast/makeblastdb/main.nf

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

16 changes: 15 additions & 1 deletion modules/nf-core/blast/makeblastdb/meta.yml

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

92 changes: 92 additions & 0 deletions modules/nf-core/blast/makeblastdb/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 3af6af1

Please sign in to comment.