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

GFF format issue with CoGe input #42

Open
splaisan opened this issue Apr 20, 2023 · 0 comments
Open

GFF format issue with CoGe input #42

splaisan opened this issue Apr 20, 2023 · 0 comments

Comments

@splaisan
Copy link

HI
I am trying to liftover a GFF genome annotation but fail to get the GFF accepted by the software.

Here is a minimal sample that triggers the crash

1       CoGe    transcript      8522    12619   .       +       .       transcript_id "C00s001g005000.mRNA1"; gene_id "C00s001g005000"; gene_name "C00s001g005000";

I run the following command using the latest docker and all inputs are present

docker run   --rm   --user "$(id -u):$(id -g)"  \
-v $PWD:/workdir   \
informationsea/transanno:latest transanno minimap2chain  \
 /workdir/${pfxq}_to_${pfxt}.paf  \
--output /workdir/${pfxq}_to_${pfxt}.chain

I get

nom error: Error(("transcript_id \"C00s001g005000.mRNA1\"; gene_id \"C00s001g005000\"; gene_name \"C00s001g005000\";\n", CrLf))
thread 'main' panicked at 'Operation Error: LiftOverError { inner: GeneParseError { inner: GeneParseError { inner: 

Parse error }

Parse error at line: 1 }

Failed to parse gene annotation }', transanno/src/main.rs:30:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I could not figure how to add RUST_BACKTRACE=1 to a docker call

Thanks for your help

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