Closed zacharyrs closed 2 years ago
Thanks for submitting your first pull request! You are awesome! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please make sure you followed the pull request template, as this will help us review your contribution more quickly.
You can meet the other Jovyans by joining our Discourse forum. There is also a intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
Sorry I didn't open it in draft state!
@zacharyrs mind posting a quick screenshot in the top comment if you managed to get jupyerlab-fasta
to run locally? (so it serves as reference, thanks!)
Sure I'll do one tomorrow afternoon!
@jtpio All done!
Thanks!
Congrats on your first merged pull request in this project! :tada: Thank you for contributing, we are very proud of you! :heart:
Swap from the unmaintained wilzbach/msa to a fork (jupyterlab-contrib/msa) with bugfixes.
This fixes issues with the MSA visualiser not displaying in new browsers.
I've also reverted the
bio.io
dependency formsa
tov1.0.6
(https://github.com/jupyterlab-contrib/msa/commit/1d353efa5b59a94dc1edb14c97ecdfe9abfc99d8), which misses the latestclustal
patches (https://github.com/wilzbach/bio.io/commit/233c569a000b4e481bc682dc1c5024aaa8f4c3b6).These were not included in the latest NPM build for
msa
, but might be worth later incorporating. For this we'll need to forkbio.io
too.Hopefully everything is up to scratch!
Closes #258.