Closed AntonPetrov closed 2 years ago
GR lines were not written to file in the writeAnnotatedSeed.pl jiffy, which is called when we write the seed files for the release process. This has been updated. https://github.com/Rfam/rfam-family-pipeline/pull/89
For example, the RF00008 alignment in SVN includes a GR line like this:
This line is manually curated and very important so it should be included in the official Rfam files. However, the alignments on the FTP and the website do not have this line, something must be stripping out the GR lines.
It seems like some modifications are needed at the
Generate annotated files
step of the release: https://github.com/Rfam/rfam-production/tree/master/docs/release#generate-annotated-filesIt's possible that GR lines could be removed for a reason, so I would check for the presence of GR lines at every step of the annotated_files.nf pipeline.
This should be done before the Rfam 15 paper is submitted so that the users can see these annotations.