Skip to content

Commit 78dc9ce

Browse files
committed
Update pdb_mapping.nf
1 parent 5782b66 commit 78dc9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/pdb/pdb_mapping.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ process run_cmscan {
4444
path('*.tbl')
4545

4646
"""
47-
cmscan -o ${query}.output --tblout ${query}.tbl --cut_ga $params.pdb_files/Rfam.cm $query
47+
cmscan -o ${query}.output --tblout ${query}.tbl --cut_ga --toponly $params.pdb_files/Rfam.cm $query
4848
"""
4949
}
5050

0 commit comments

Comments
 (0)