Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ process {
withName: SEQKIT_STATS {
ext.args = ' ' // turn off --all default argument
}

withName: BLAST_MAKEBLASTDB {
ext.args = '-dbtype prot'
}
}
3 changes: 2 additions & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ params {
// TODO nf-core: Give any required params for the test so that command line flags are not needed
// From: https://github.com/nf-core/proteinfold/blob/1.1.1/conf/test.config
// Example: https://github.com/nf-core/test-datasets/blob/proteinfold/testdata/samplesheet/v1.2/samplesheet.csv
input = params.pipelines_testdata_base_path + 'proteinfold/testdata/samplesheet/v1.2/samplesheet.csv'
input = params.pipelines_testdata_base_path + 'proteinfold/testdata/samplesheet/v1.2/samplesheet.csv'
modules_testdata_base_path = 'https://raw.githubusercontent.com/nf-core/test-datasets/modules/data/'
}
9 changes: 9 additions & 0 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"https://github.com/nf-core/modules.git": {
"modules": {
"nf-core": {
"blast/blastp": {
"branch": "master",
"git_sha": "be58de79943289acb561a6246d1da5f85555a224",
"installed_by": ["modules"]
},
"blast/makeblastdb": {
"branch": "master",
"git_sha": "c7a7f06819adcf6f922e11b47f308b7c74484d67"
},
"mmseqs/search": {
"branch": "master",
"git_sha": "81880787133db07d9b4c1febd152c090eb8325dc",
Expand Down
7 changes: 7 additions & 0 deletions modules/nf-core/blast/blastp/environment.yml

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

82 changes: 82 additions & 0 deletions modules/nf-core/blast/blastp/main.nf

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

82 changes: 82 additions & 0 deletions modules/nf-core/blast/blastp/meta.yml

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

149 changes: 149 additions & 0 deletions modules/nf-core/blast/blastp/tests/main.nf.test

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

Loading
Loading