Closed rwhetten closed 1 year ago
Hello, first of all thank you for using fpa.
Based on this:
I deleted header lines beginning with @, but that did not affect the error.
I assume you add parameter -a
in your minimap2 invocation this parameter change output format from paf to sam, fpa didn't support sam format. If you want perform exact alignment and get paf output you must use -c
instead of -a
in minimap2 invocation.
If you still have trouble please send complete command invocation (include minimap2).
OK, thanks - I will make a new file in PAF format.
I installed fpa in a Rust environment using the
cargo install fpa_lr
command, but when I try to filter a PAF file (produced by minimap2 using the option-x ava-ont
) with the commandfpa -i $INPUT_PAF keep -d | bgzip -@6 > $OUTPUT_PAFGZ
I get an error message that includes the suggestion to set RUST_BACKTRACE=1 for more information. With that variable set, the error message is:Is this a known problem related to the format of the input file? I deleted header lines beginning with @, but that did not affect the error.