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

No gff created #3

Open
marco91sol opened this issue May 31, 2022 · 2 comments
Open

No gff created #3

marco91sol opened this issue May 31, 2022 · 2 comments

Comments

@marco91sol
Copy link

Hi,

I am using your script "infernal-tblout2gff.pl" for transforming a *tblout file in gff. But, no output file has been created. The command that I used is the following:

perl ~/Scripts/infernal-tblout2gff.pl --cmscan --fmt2 --desc genome.tblout genome.tblout.gff3

image

@nawrockie
Copy link
Owner

@marco91sol : if you attach your .tblout file I will try to reproduce the problem and figure out what is going on.

@nawrockie
Copy link
Owner

Actually, based on your command, it looks like you are providing too many command line arguments. The script outputs to STDOUT so to save to genome.tblout.gff3 try this:

perl ~/Scripts/infernal-tblout2gff.pl --cmscan --fmt2 --desc genome.tblout > genome.tblout.gff3

Note the > before genome.tblout.gff3. Let me know if that fixes the issue or not.

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