Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: unable to find subsampled sequences! #211

Open
ziczhang opened this issue Mar 25, 2022 · 0 comments
Open

error: unable to find subsampled sequences! #211

ziczhang opened this issue Mar 25, 2022 · 0 comments

Comments

@ziczhang
Copy link

Hi,

I've found a small bug on racon_wrapper.py.

When I used the racon_wrapper as below:
racon_wrapper --subsample 3000000000 20 ${NAME}.fq.gz mapped.paf racon_0.fa > racon_1.fa

it caused

[RaconWrapper::run] preparing data with rampler
[RaconWrapper::run] error: unable to find subsampled sequences!

This was because of my fastq file's name, which was "fq.gz" but not "fastq.gz" and
on my racon's work_directory, "${NAME}_20x.fq" was generated, but not "${NAME}_20x.fastq"

Specifically, this bug was mainly caused by lines 72-76 in racon_wrapper.py.

Best,

Zicong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant