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

Add agat convert sp gff2zff #116

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
add run script
Leila011 committed Aug 5, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 67631b702181bd0461bc1cf514a0d6079254398b
10 changes: 10 additions & 0 deletions src/agat/agat_convert_sp_gff2zff/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

## VIASH START
## VIASH END

agat_convert_sp_gff2zff.pl \
--gff "$par_gff" \
--fasta "$par_fasta" \
-output "$par_output" \
${par_config:+--config "${par_config}"} \