We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093fe6e commit f3dce69Copy full SHA for f3dce69
workflows/databases/rfam.nf
@@ -82,7 +82,7 @@ process fetch_sequence_info {
82
process parse {
83
tag { "$family" }
84
queue 'datamover'
85
-
+ containerOptions '--bind /nfs:/nfs'
86
87
input:
88
tuple val(family), path(sequence_info), path(families_info)
0 commit comments