Skip to content

Commit 7997293

Browse files
authored
temporarily removing --min-sequence-length to be consistent with the release
--min-sequence-length is added to github code base of fastoma-infer-roothogs but this does not exist in the release yet, resulting in crash when installed based on release/ bioconda
1 parent ced7941 commit 7997293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

FastOMA.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ process infer_roothogs{
237237
--hogmap hogmaps \
238238
--splice ${splice_folder} \
239239
--out-rhog-folder "omamer_rhogs" \
240-
--min-sequence-length ${params.min_sequence_length} \
241240
-vv
242241
"""
243242
}

0 commit comments

Comments
 (0)