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
I am using the newest version 0.0.2 isONclust3 and would like to try the --gff flag and see what is the different between the default and with the --gff flag
thread 'main' panicked at src/gff_handling.rs:152:56:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Thanks for the help!
Laur
The text was updated successfully, but these errors were encountered:
Hi thank you for reporting this!
The --gff flag is mainly an experimental flag as we found the outputs of --gff enabled and disabled to be almost identical. In order to run the -gff mode the algorithm additionally requires a reference file (in fasta format) which can be set via --init-cl <path_to_reference.fasta>.
Hi,
I am using the newest version 0.0.2 isONclust3 and would like to try the
--gff
flag and see what is the different between the default and with the--gff
flaghere is my command
the error I got
Thanks for the help!
Laur
The text was updated successfully, but these errors were encountered: