Closed phoenixAja closed 4 years ago
Oh awesome thank you so much! I just filed an issue earlier (https://github.com/czbiohub/nf-predictorthologs/issues/67) and was gonna look at it tomorrow but you beat me to it! Would you be able to tokenize the --translate_molecule
, too?
@olgabot sure!
i'll do it on this PR
cool i think --translate_peptide_molecule
should be good to go now as well 👍 , that one was a lot easier. Maybe we should make another test file for sencha_translate
and sencha_index
, or maybe it's good enough to just sprinkle in to other test configs?
cool i think
--translate_peptide_molecule
should be good to go now as well 👍 , that one was a lot easier. 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉Maybe we should make another test file for
sencha_translate
andsencha_index
, or maybe it's good enough to just sprinkle in to other test configs?
Yeah that's a great idea! Could you add one, like test_multiple_ksizes_molecules
or something?
@lekhakaranam this will solve your error, too!
This PR moves the test_download_refseq
test into a separate file allowing for failure and may help with getting the tests to pass faster: https://github.com/czbiohub/nf-predictorthologs/pull/66
This PR moves the
test_download_refseq
test into a separate file allowing for failure and may help with getting the tests to pass faster: #66
ok i can pull that PR into this one to see if that helps
@olgabot can i merge this in? It looks like the tests have stalled, i tested all the ones stalled locally and they all pass
yes please go ahead!
nf-core/predictorthologs pull request
i was getting some errors when running on the bat data because the ksizes weren't being properly tokenized and were instead being processed as strings, this is my fix. I updated test_sambamba config to test the new input peptide ksize and params.translate_peptide_molecule.
closes issue #67