if (addArgs)
{
// now we go through the saved associated files and add them back in to
- // the
- // right places with the appropriate argument
+ // the right places with the appropriate argument
for (String filename : baseInfoMap.keySet())
{
BaseInfo bi = baseInfoMap.get(filename);
}
annotationsExtensions = new HashSet<>();
- for (String ext : Cache
- .getDefault("ARGPREPROCESSORANNOTATIONSEXTENSIONS",
- "annotation,annotations")
+ for (String ext : Cache.getDefault(
+ "ARGPREPROCESSORANNOTATIONSEXTENSIONS",
+ "annotation,annotations,jvannotation,jvannotations,gff,gff2,gff3")
.split(","))
{
annotationsExtensions.add(ext);
featuresExtensions = new HashSet<>();
for (String ext : Cache.getDefault("ARGPREPROCESSORFEATURESEXTENSIONS",
- "feature,features").split(","))
+ "feature,features,jvfeature,jvfeatures").split(","))
{
featuresExtensions.add(ext);
}