issues
search
bcgsc
/
ntJoin
đŸ”—Genome assembly scaffolder using minimizer graphs
GNU General Public License v3.0
82
stars
15
forks
source link
Bugfix for cases where there are no output paths, and overlap=True
#100
Closed
lcoombe
closed
1 year ago
lcoombe
commented
1 year ago
If there are no paths and overlap=True is set, an error would be thrown when
adjust_for_trimming
is run
Check for empty list of paths upfront to avoid this
adjust_for_trimming
is run