Almost, but your answer pointed me to the correct directory. Was looking for this one: https://github.com/thata/galaxy-dist/blob/master/tools/maf/maf_to_fasta_concat.py. Thanks!
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!
1 answer
that one ?
https://github.com/thata/galaxy-dist/blob/master/tools/maf/interval_maf_to_merged_fasta.py
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?
Or in the official repository, https://bitbucket.org/galaxy/galaxy-central/src/default/tools/maf/interval_maf_to_merged_fasta.py or https://bitbucket.org/galaxy/galaxy-central/src/default/tools/maf/maf_to_fasta_concat.py
Log in to answer this question.
Galaxy is open source and so are tools (some might not). Main repo is here: https://bitbucket.org/galaxy/galaxy-central - tools are either there or in the Tool Shed - http://toolshed.g2.bx.psu.edu/