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

Generate the events from the GTF file argument -f #24

Closed
Ekomshiro opened this issue Apr 10, 2018 · 8 comments
Closed

Generate the events from the GTF file argument -f #24

Ekomshiro opened this issue Apr 10, 2018 · 8 comments

Comments

@Ekomshiro
Copy link

The command line to generate local AS events will be of the form:

python3.4 suppa.py generateEvents -i <input-file.gtf> -o -f ioe -e
The command to generate the transcript "events" would be of the form:

python3.4 suppa.py generateEvents -i <input-file.gtf> -o -f ioi

It seems the -f argument is no longer supported or needed in the current release.
Running the local AS events command failed with msg:
suppa.py: error: unrecognized arguments: -f ioe
And in the tutorial this argument is not used.

@EduEyras
Copy link
Member

EduEyras commented Apr 10, 2018 via email

@EduEyras EduEyras closed this as completed Oct 9, 2018
@linglingtingfei
Copy link

Hi,
Is this question solved? I downloaded the software yesterday, I met the same question, no argument -f.

@EduEyras
Copy link
Member

Hi,

This command works:
python3.4 suppa.py generateEvents -i <input-file.gtf> -o -f ioi

Please let us know if it does not work for you

Thanks
E.

@linglingtingfei
Copy link

@EduEyras
I tried it, but it didn't work. see below screenshot. However, i tried another python3.4 /export/software/ISO/anaconda3/envs/anaCogent3.4/lib/python3.4/site-packages/SUPPA/suppa.py generateEvents -i all.collapsed.gff -o 2_B01.events -e SE SS MX RI FL , i could run successfully. It seems that the "ioe" was setted by default.
image

@renzhonglu
Copy link

@EduEyras Yes, I also use the SUPPA version 2.2.1 downloaded from pip, but it doesn't work. I used python version 3.5, suppa told me "unrecognized arguments: --format ioi". Is this option abandoned? Thank you!

@EduEyras
Copy link
Member

EduEyras commented Mar 25, 2019 via email

@renzhonglu
Copy link

@EduEyras , Thanks!
Yestoday, I tried to download the latest version of SUPPA v2.3 tar.gz file from Github. After unzipped this file, I directly run suppa.py again, it works!

@EduEyras
Copy link
Member

EduEyras commented Mar 26, 2019 via email

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

4 participants