Mercurial > repos > gbcs-embl-heidelberg > je_demultiplex
changeset 3:8930b411a9d7 draft
planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit dd9e62bdb01d1252a90ce778103ce9b6b4a8cd52-dirty
author | gbcs-embl-heidelberg |
---|---|
date | Wed, 21 Jun 2017 05:23:13 -0400 |
parents | 88ebcd1ced0e |
children | 6da7b7886cbf |
files | README.md je je-demultiplex.xml je_1.0_bundle.jar je_1.1_bundle.jar macros.xml |
diffstat | 6 files changed, 24 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Wed Jun 21 05:23:13 2017 -0400 @@ -0,0 +1,19 @@ +# HowTo update the toolshed repository + +After linting/testing your update using ``planemo test`` and ``planemo serve`` you can upload the changes to the toolshed repos. + +For this you need to have the credentials or api_key of our ``gbcs-embl-heidelberg`` user. +To make it easier, put this information in your global ``~/.planemo.yml`` file. The format is described here: https://planemo.readthedocs.io/en/latest/configuration.html + +The commands below work due to the ``.shed.yml`` file in this directory. + +## Update testtoolshed + +``planemo shed_update --shed_target testtoolshed`` + +Look at the result and then update the main toolshed. + +## Update toolshed + +``planemo shed_update --shed_target toolshed`` +
--- a/je Wed Dec 07 11:58:24 2016 -0500 +++ b/je Wed Jun 21 05:23:13 2017 -0400 @@ -1,11 +1,11 @@ #!/bin/sh -# Wrapper around je_1.0_bundle.jar +# Wrapper around je_1.1_bundle.jar # where are we stored ? DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" # echo $DIR # path to jar file to execute, this jar is supposed to be in the same dir as this script -JAR_FILE=$DIR"/je_1.0_bundle.jar" +JAR_FILE=$DIR"/je_1.1_bundle.jar" # set default _JAVA_OPTIONS _JAVA_OPTIONS=${_JAVA_OPTIONS:-'-Xmx4G -Xms256m'}
--- a/je-demultiplex.xml Wed Dec 07 11:58:24 2016 -0500 +++ b/je-demultiplex.xml Wed Jun 21 05:23:13 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="je_demultiplex" name="Je-Demultiplex" version="1.0"> +<tool id="je_demultiplex" name="Je-Demultiplex" version="@VERSION_STRING@"> <description>demultiplexes fastq files</description> <macros> <import>macros.xml</import>