view planemo_shed_init.sh @ 0:bab3a658f74e draft

planemo upload commit 91805bf8e8ce26193ffc4cc2f3dca56ce4addf79
author eschen42
date Tue, 09 May 2017 18:34:35 -0400
parents
children
line wrap: on
line source

#!/bin/bash
planemo shed_init --name=w4mclassfilter \
                  --owner=eschen42 \
                  --description="Filter W4M data files by class" \
                  --homepage_url=https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper \
                  --long_description="Filter Workflow4Metabolomics data matrix and metadata by sample-class" \
                  --remote_repository_url="https://github.com/HegemanLab/w4mclassfilter_galaxy_wrapper" \
		  --category="Metabolomics"

# [--remote_repository_url=<URL to .shed.yml on github>] \