Need A Unix Script For The Galaxy Tool: Maf To Fasta (Version 1.0.1)
1
1
Entering edit mode
10.4 years ago
JacobS ▴ 980

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 • 5.2k views
ADD COMMENT
0
Entering edit mode

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/

ADD REPLY
3
0
Entering edit mode

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!

ADD REPLY
0
Entering edit mode

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?

ADD REPLY

Login before adding your answer.

Traffic: 2060 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