Forum:Is this Rosalind inspired project actually useful?
1
0
Entering edit mode
3 months ago
Andrew ▴ 10

I created this project to help me with Rosalind because I found that I needed to create python friendly versions of things like codon tables and BLOSUM matrices repeatedly. I'm fairly new to the world of bioinformatics but I was wondering if this GitHub project has utility outside of me using it for Rosalind.

And another question I had was, is there anything useful that could be added to this project to make it more user-friendly/useable for my future bioinformatics projects?

python code-review • 757 views
ADD COMMENT
2
Entering edit mode
3 months ago

That functionality can be found in biopython, which is the most general bioinformatics toolkit in python.

If it was helpful for you, it wasn't useless.

That said, learning how to find tools that do what you're looking for is a skill in itself. In general, if you find yourself thinking "this has got to be a common issue, there has to be some solution", there probably is one (or twelve). Take a few minutes to hunt for them and see if they'll work. Save your brain power and time for the interpretation.

ADD COMMENT
0
Entering edit mode

Thanks for the reply!

It definitely has been useful on a personal level to grow the functionality of this for my specific use case because I assumed this problem had been solved a thousand times already.

With that being said, I'll definitely have to learn more about tools like biopython so I'll keep that in mind!

ADD REPLY

Login before adding your answer.

Traffic: 3032 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6