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 with the --gff flag #9

Open
lyj95618 opened this issue Nov 18, 2024 · 1 comment
Open

error with the --gff flag #9

lyj95618 opened this issue Nov 18, 2024 · 1 comment

Comments

@lyj95618
Copy link

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 flag

here is my command

annotations_gtf=/annotation_files/modified_Homo_sapiens.GRCh38.104.ercc_sirv.sorted.gtf

/tools/isONclust3/target/release/isONclust3 \
--fastq /pacbio_longread/cluster_test/RAGBAP1flnc.fastq \
--mode pacbio \
--outfolder /pacbio_longread/cluster_test/new_isON \
-n 2 --verbose --gff $annotations_gtf

the error I got

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

@aljpetri
Copy link
Owner

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>.

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

2 participants