JoseBlanca / franklin

franklin library for NGS sequencing analysis.
http://bioinf.comav.upv.es/franklin/
GNU Affero General Public License v3.0
25 stars 3 forks source link

Feature name generation should't be in gff writer #51

Open pziarsolo opened 12 years ago

pziarsolo commented 12 years ago

Now we generate the names of the features(snvs, orfs, microsatellites..) of a sequence in the seqgffwriter class. These names are not consistent as they repeat in each project. It always starts counting: snv1, snv2, snv3...

The name generator shoul be outside any writer and shoudl generate unique names across different projects