Skip to content
Snippets Groups Projects
Verified Commit 538ff01f authored by Laurent Modolo's avatar Laurent Modolo
Browse files

agat: group by cds

parent 81f280a0
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ process gff_to_bed {
script:
"""
agat_convert_sp_gff2bed.pl --gff ${gff} -o ${gff.simpleName}.bed
agat_convert_sp_gff2bed.pl --gff ${gff} --sub cds -o ${gff.simpleName}.bed
"""
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment