[FEAT] Domain architecture analyses #22
Replies: 2 comments
-
@jananiravi @epbrenner, do we want to summarize how exactly we'd like RPSBLAST implemented? Can we identify where in the pipeline of upstream_scripts this will go? Atm, it's towards the end of full analysis for homologs (i.e., does not run for queries): https://github.com/JRaviLab/molevol_scripts/blob/main/upstream_scripts/00_wrapper_full.sb#L152-L155 However, I don't see any rps output files in the job results folders 🤔 |
Beta Was this translation helpful? Give feedback.
-
That spot seems to be correct. As shown here, 04a (ipr) and 04b (rps) were meant to be alternate ways of going about prot2da. There's a good amount of overlap, but there are also rps/cdd-specific vs. ipr-specific analyses. In this case, we could potentially integrate the best of both worlds. I know @d33bs and @epbrenner were looking into hmmer as well. These will all help us go from prot2da (proteins to domains/domain_architectures). No temp files from rps yet since 04b was never really used to generate these files. Once we run that (w/ cc: @the-mayer |
Beta Was this translation helpful? Give feedback.
-
Clean implementation of RPSBLAST w/ our existing DA analyses
rps analysis
rpsblast
using CDDrps2da
rps2viz
Alternatives
functionality and final implementation should be similar to
RPSBLAST
signalp
| manualtmhmm
| manualBeta Was this translation helpful? Give feedback.
All reactions