Mercurial > repos > peterjc > mira4_assembler
changeset 36:46d73b942b43 draft
planemo upload for repository https://github.com/peterjc/galaxy_mira/tree/master/tools/mira4_0 commit 9526de68e38a82bb84b2d9267a8c290c6adcaa65
author | peterjc |
---|---|
date | Fri, 15 Sep 2017 10:09:14 -0400 |
parents | 259891fce7fd |
children | eeeb21870a73 |
files | tools/mira4_0/README.rst tools/mira4_0/mira4_de_novo.xml tools/mira4_0/repository_dependencies.xml |
diffstat | 3 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/tools/mira4_0/README.rst Wed Aug 09 13:32:11 2017 -0400 +++ b/tools/mira4_0/README.rst Fri Sep 15 10:09:14 2017 -0400 @@ -9,7 +9,7 @@ to where Galaxy expects the files) and associated Galaxy wrapper XML file. It is available from the Galaxy Tool Shed at: -http://toolshed.g2.bx.psu.edu/view/peterjc/mira4_assembler +http://toolshed.g2.bx.psu.edu/view/peterjc/mira4_assembler It uses a Galaxy datatype definition 'mira' for the MIRA Assembly Format, http://toolshed.g2.bx.psu.edu/view/peterjc/mira_datatypes @@ -38,7 +38,7 @@ First install the 'mira' datatype for Galaxy, available here: -* http://toolshed.g2.bx.psu.edu/view/peterjc/mira_datatypes +* http://toolshed.g2.bx.psu.edu/view/peterjc/mira_datatypes There are various Python and XML files to install into Galaxy: @@ -138,7 +138,7 @@ $ planemo shed_upload --tar_only tools/mira4_0/ ... - $ tar -tzf shed_upload.tar.gz + $ tar -tzf shed_upload.tar.gz test-data/U13small_m.fastq ...
--- a/tools/mira4_0/mira4_de_novo.xml Wed Aug 09 13:32:11 2017 -0400 +++ b/tools/mira4_0/mira4_de_novo.xml Fri Sep 15 10:09:14 2017 -0400 @@ -38,7 +38,7 @@ ## point to a local hard drive (not something like NFS on network). ## We replace /tmp with an environment variable via mira4.py ## -## -OUT:orc=no is short for -OUTPUT:output_result_caf=no +## -OUT:orc=no is short for -OUTPUT:output_result_caf=no ## which turns off an output file we don't want anyway. #for $rg in $read_group @@ -142,8 +142,8 @@ <data name="out_maf" format="mira" label="MIRA de novo assembly"> <filter>maf_wanted is True</filter> </data> - <!-- TODO? - <data name="out_contigstats" format="tabular" label="MIRA contig stats" /> + <!-- TODO? + <data name="out_contigstats" format="tabular" label="MIRA contig stats" /> --> <data name="out_log" format="txt" label="MIRA de novo log" /> </outputs>
--- a/tools/mira4_0/repository_dependencies.xml Wed Aug 09 13:32:11 2017 -0400 +++ b/tools/mira4_0/repository_dependencies.xml Fri Sep 15 10:09:14 2017 -0400 @@ -1,4 +1,4 @@ <?xml version="1.0"?> <repositories description="This requires the MIRA datatype definitions (e.g. the MIRA Assembly Format)."> - <repository changeset_revision="f4d34bd3c633" name="mira_datatypes" owner="peterjc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="34c6c83bf215" name="mira_datatypes" owner="peterjc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </repositories>