This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Need A Unix Script For The Galaxy Tool: Maf To Fasta (Version 1.0.1)

Hi, I like the tool in Galaxy called MAF to FASTA (version 1.0.1), but want to incorporate it into an offline pipeline. Does anyone know how I can get a copy of this script?

Thanks!

maf galaxy

1 answer

So, this python script is trying to access Galaxy dependencies: import sys from galaxy import eggs import pkg_resources; pkg_resources.require( "bx-python" ) from bx.align import maf from galaxy.tools.util import maf_utilities. Anyway to get around this?

Log in to answer this question.