BioJulia / Bio.jl

[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
http://biojulia.dev
MIT License
261 stars 65 forks source link

Pass the CI #477

Closed TransGirlCodes closed 7 years ago

TransGirlCodes commented 7 years ago

Let's fix #476

TransGirlCodes commented 7 years ago

So it turns out that the Atom editor removes trailing whitespace from lines, which is what caused the line changes in test/align in my previous PR.

bicycle1885 commented 7 years ago

Perhaps you need to replace helper functions of Bio.jl with those of BioCore.jl. Packages extend the latter but Bio.jl does not.

TransGirlCodes commented 7 years ago

This should be moot now.