Mercurial > repos > peterjc > mira_assembler
comparison tools/mira3/README.rst @ 14:880551558151 draft
Uploaded v0.0.10a, adding missing test file
author | peterjc |
---|---|
date | Thu, 06 Mar 2014 09:08:18 -0500 |
parents | 8a05c6b852c3 |
children | fbe9139eb74b |
comparison
equal
deleted
inserted
replaced
13:8a05c6b852c3 | 14:880551558151 |
---|---|
89 https://github.com/peterjc/pico_galaxy/tree/master/tools/mira_3_4 | 89 https://github.com/peterjc/pico_galaxy/tree/master/tools/mira_3_4 |
90 | 90 |
91 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use | 91 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use |
92 the following command from the Galaxy root folder:: | 92 the following command from the Galaxy root folder:: |
93 | 93 |
94 $ tar -czf mira3_wrapper.tar.gz tools/mira3/README.rst tools/mira3/mira.xml tools/mira3/mira.py tools/mira3/tool_dependencies.xml test-data/tvc_mini.fastq test-data/tvc_contigs.fasta | 94 $ tar -czf mira3_wrapper.tar.gz tools/mira3/README.rst tools/mira3/mira.xml tools/mira3/mira.py tools/mira3/tool_dependencies.xml test-data/tvc_mini.fastq test-data/tvc_contigs.fasta test-data/empty_file.dat |
95 | 95 |
96 Check this worked:: | 96 Check this worked:: |
97 | 97 |
98 $ tar -tzf mira3_wrapper.tar.gz | 98 $ tar -tzf mira3_wrapper.tar.gz |
99 tools/mira3/README.rst | 99 tools/mira3/README.rst |
100 tools/mira3/mira.xml | 100 tools/mira3/mira.xml |
101 tools/mira3/mira.py | 101 tools/mira3/mira.py |
102 tools/mira3/tool_dependencies.xml | 102 tools/mira3/tool_dependencies.xml |
103 test-data/tvc_mini.fastq | 103 test-data/tvc_mini.fastq |
104 test-data/tvc_contigs.fasta | 104 test-data/tvc_contigs.fasta |
105 test-data/empty_file.dat | |
105 | 106 |
106 | 107 |
107 Licence (MIT) | 108 Licence (MIT) |
108 ============= | 109 ============= |
109 | 110 |