We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5782b66 commit 78dc9ceCopy full SHA for 78dc9ce
pipelines/pdb/pdb_mapping.nf
@@ -44,7 +44,7 @@ process run_cmscan {
44
path('*.tbl')
45
46
"""
47
- cmscan -o ${query}.output --tblout ${query}.tbl --cut_ga $params.pdb_files/Rfam.cm $query
+ cmscan -o ${query}.output --tblout ${query}.tbl --cut_ga --toponly $params.pdb_files/Rfam.cm $query
48
49
}
50
0 commit comments