Hi all! I'm having trouble installing an older version of a tool. The tool in question is the fastx_barcode_splitter_enhanced tool version 1.0.0. I can't install the old version directly though the tool shed but was able to download a folder with the old version, called b7b3d008e2d3. I've put that into the same location the new version's folder is in - /home/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/lparsons/fastx_barcode_splitter_enhanced - and coded that into the shed_tool_conf.xml file as follows:
<section id="filter" name="Filter and Sort" version=""> <tool file="toolshed.g2.bx.psu.edu/repos/lparsons/fastx_barcode_splitter_enhanced/b7b3d008e2d3/fastx_barcode_splitter_enhanced/fastx_barcode_splitter.xml" guid="toolshed.g2.bx.psu.edu/repos/lparsons/fastx_barcode_splitter_enhanced/cshl_princeton_fastx_barcode_splitter/1.0.0"> <tool_shed>toolshed.g2.bx.psu.edu</tool_shed> <repository_name>fastx_barcode_splitter_enhanced</repository_name> <repository_owner>lparsons</repository_owner> <installed_changeset_revision>b7b3d008e2d3</installed_changeset_revision> <id>toolshed.g2.bx.psu.edu/repos/lparsons/fastx_barcode_splitter_enhanced/cshl_princeton_fastx_barcode_splitter/1.0.0</id> <version>1.0.0</version> </tool> </section>
However, the tool still isn't showing up. Is there another step I'm missing? Unless the code above is wrong, I'm sure there's some connection I've missed, but I can't figure out what that might be.
Thanks much,
K