Skip to content

Commit

Permalink
lowSO/fragment-detection is default
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamajidian committed Dec 11, 2023
1 parent b735dc6 commit 2017aea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions FastOMA.nf
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ process hog_big{
"""
fastoma-infer-subhogs --input-rhog-folder ${rhogsbig} \
--species-tree ${species_tree} \
--fragment-detection \
--low-so-detection \
--parallel
"""
}
Expand All @@ -263,9 +261,7 @@ process hog_rest{
script:
"""
fastoma-infer-subhogs --input-rhog-folder ${rhogsrest} \
--species-tree ${species_tree} \
--fragment-detection \
--low-so-detection
--species-tree ${species_tree}
#--out pickle_hogs
"""
}
Expand Down

0 comments on commit 2017aea

Please sign in to comment.