You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for creating redundans, I have been working with it for several years now.
However, I've noticed something that I don't know how to solve. I am analyzing fungal datasets from ONT data and since the help tells me --minimap2reduce Use minimap2 for the initial and final Reduction step. Recommended for input assembled contigs from long reads using --preset[asm5] by default. By default LASTal is used for Reduction. I have been trying to use redundans with --minimap2reduce in the command.
I tried this for an ONT only dataset as well as a hybrid ONT/Illumina dataset and for both I get the following warning in the reduction and final reduction steps: [WARNING] Nothing reduced!
When I run redundans without this option it runs normally (with LASTal) and does perform reduction, however, this might not be optimal due to the data. Any suggestions?
I do notice in these output that the noreduction=True is used, but this seems the case for both runs. Is there way to put noreduction=FALSE in the command to test if that might be the issue?
The text was updated successfully, but these errors were encountered:
First of all thanks for creating redundans, I have been working with it for several years now.
However, I've noticed something that I don't know how to solve. I am analyzing fungal datasets from ONT data and since the help tells me
--minimap2reduce Use minimap2 for the initial and final Reduction step. Recommended for input assembled contigs from long reads using --preset[asm5] by default. By default LASTal is used for Reduction.
I have been trying to use redundans with--minimap2reduce
in the command.I tried this for an ONT only dataset as well as a hybrid ONT/Illumina dataset and for both I get the following warning in the reduction and final reduction steps:
[WARNING] Nothing reduced!
When I run redundans without this option it runs normally (with LASTal) and does perform reduction, however, this might not be optimal due to the data. Any suggestions?
Command and run output with
--minimap2reduce
:Command and run output without
--minimap2reduce
:I do notice in these output that the
noreduction=True
is used, but this seems the case for both runs. Is there way to putnoreduction=FALSE
in the command to test if that might be the issue?The text was updated successfully, but these errors were encountered: