rotary-genomics / rotary

Assembly/annotation workflow for Nanopore-based microbial genome data containing circular DNA elements
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Allow for no short read input #146

Closed LeeBergstrand closed 3 months ago

LeeBergstrand commented 3 months ago

Modify the code so that short reads are no longer required.

Previously, you would have to make mock short read files to get the pipeline to start if you didn't have short reads.

Changes

Limitations

Sample directories can either contain only long and short reads or all long reads, but not a mix of both. The rotary init 's --no_short cannot be activated while importing a directory containing short reads.

LeeBergstrand commented 3 months ago

@jmtsuji This fixes https://github.com/rotary-genomics/rotary/issues/118