Skip to content

Commit f3dce69

Browse files
committed
Datamover queue requires bind mounting /nfs into the singularity container
1 parent 093fe6e commit f3dce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/databases/rfam.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ process fetch_sequence_info {
8282
process parse {
8383
tag { "$family" }
8484
queue 'datamover'
85-
85+
containerOptions '--bind /nfs:/nfs'
8686

8787
input:
8888
tuple val(family), path(sequence_info), path(families_info)

0 commit comments

Comments
 (0)