The idea is to select microRNA families from the Family updates sheet of the microRNA dashboard (labelled Update in column N) and run the following steps to update them. I recommend starting with a handful of families and scale up to all once the scripts are working as expected.
update_old_mirnas.py - check out the existing families with rfco.pl and copy over the new SEED alignments
precompute.py - run rfsearch.pl to build a new covariance model (CM) and find the sequences matching it
automake.py - run rfmake.pl with a manually selected threshold
The idea is to select microRNA families from the
Family updates
sheet of the microRNA dashboard (labelledUpdate
in columnN
) and run the following steps to update them. I recommend starting with a handful of families and scale up to all once the scripts are working as expected.update_old_mirnas.py - check out the existing families with
rfco.pl
and copy over the new SEED alignmentsprecompute.py - run
rfsearch.pl
to build a new covariance model (CM) and find the sequences matching itautomake.py - run
rfmake.pl
with a manually selected thresholdauto_addref.py - add miRBase reference to the DESC file
A new step may be needed here to update various fields in the DESC file
auto_rqc.py - run
rqc-all.pl
to see if the family passes quality controls (QCs)run
rfci.pl
on the families that pass all QCs