Rfam / rfam-family-pipeline

Backend for the Rfam family building pipeline
3 stars 2 forks source link

For rewrite_seed_with_rf.pl, SCORES and SEEDSCORES can be empty #99

Closed nawrockie closed 3 months ago

nawrockie commented 3 months ago

This script was being too strict enforcing that SCORES and SEEDSCORES not only exist but also be non-empty. In some valid cases, they will be empty, so these changes relax that check to only enforce that those files exist.