Skip to content

Commit

Permalink
add run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Leila011 committed Jul 31, 2024
1 parent f6f887a commit 1409e8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/agat/agat_sp_add_introns/script.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

## VIASH START
## VIASH END

agat_sp_add_introns.pl \
-f "$par_gff" \
-o "$par_output" \
${par_config:+--config "${par_config}"}

0 comments on commit 1409e8a

Please sign in to comment.