Skip to content

Commit

Permalink
strip out '-minsize 1' option from umi_binning.sh in longread_umi 0.3…
Browse files Browse the repository at this point in the history
….2, since it's not supported by VSEARCH
  • Loading branch information
boegel committed Oct 5, 2024
1 parent f273295 commit 6913184
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ postinstallcmds = [
# Part of the installation process; longread uses porechop with custom adapters
'cp %(installdir)s/scripts/adapters.py %(installdir)s/lib/python%(pyshortver)s/site-packages/porechop/',
local_deps_patch,
# -minsize option not supported by 'vsearch -cluster_fast', and probably not needed
"sed -i 's/-minsize 1//g' %(installdir)s/scripts/umi_binning.sh",
]

sanity_check_paths = {
Expand Down

0 comments on commit 6913184

Please sign in to comment.