Skip to content
Snippets Groups Projects
Commit 998c1c3d authored by Niko (Nikolaos) Papadopoulos's avatar Niko (Nikolaos) Papadopoulos
Browse files

manual removal of empty fields in GFF3 file

parent 74ef0b50
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ FLAGGED=./merged_sorted_named_dedup_flagged.gff3
# first remove duplicate features
agat_sp_fix_features_locations_duplicated.pl --gff $GFF -o $DEDUP
sed -i 's/,\"\"//g' $DEDUP # remove the weird ,"" that appears after the ID for PacBio genes
# flag short introns, according to https://www.biostars.org/p/374618/
# The NCBI documentation suggests to use the pseudo=True tag for genes that are broken in some way
......
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