Closed khyox closed 2 years ago
refasplit output files are saved without zero-padding.
refasplit
Any run of refasplit with more than 10 output files, e.g:
refasplit -d -i refasplit_test.fa.gz -o ~/tmp/refasplit_ -n 256 --compress
Non relevant
For 128 files:
refasplit_0.fa.gz (...) refasplit_9.fa.gz refasplit_10.fa.gz (...) refasplit_99.fa.gz refasplit_100.fa.gz (...) refasplit_128.fa.gz
refasplit_000.fa.gz (...) refasplit_009.fa.gz refasplit_010.fa.gz (...) refasplit_099.fa.gz refasplit_100.fa.gz (...) refasplit_128.fa.gz
3.9.0 (refasplit was introduced in this release)
Bug report
Bug summary
refasplit
output files are saved without zero-padding.Running Recentrifuge
Command line
Any run of
refasplit
with more than 10 output files, e.g:Data
Non relevant
Actual outcome
For 128 files:
Expected outcome
Versions
3.9.0 (
refasplit
was introduced in this release)