# HG changeset patch # User yhoogstrate # Date 1447337031 18000 # Node ID f1fa5c4eba47285299c5990fe9ebd6e4269ce5e2 # Parent 83c9c6bec8e91bf8d4bf8efb9d427386433a02e9 planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/crossmap_galaxy_wrapper commit 3d455a19e1a217e8a8f07784892d4a521c18fc10-dirty diff -r 83c9c6bec8e9 -r f1fa5c4eba47 crossmap.xml --- a/crossmap.xml Wed Nov 04 10:10:53 2015 -0500 +++ b/crossmap.xml Thu Nov 12 09:03:51 2015 -0500 @@ -1,4 +1,4 @@ - + Convert genome coordinates or annotation files between genome assemblies @@ -12,10 +12,10 @@ - CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*' + python \$CROSSMAP_ROOT_DIR/bin/CrossMap.py 2>&1 | head -n 1 | grep -E --only-matching 'CrossMap.*' - - CrossMap.py + + python \$CROSSMAP_ROOT_DIR/bin/CrossMap.py ${multiple.input_format.replace("sam","bam")} #if $multiple.input_format == "vcf" and $multiple.seq_source.index_source == "cached" diff -r 83c9c6bec8e9 -r f1fa5c4eba47 tool_dependencies.xml --- a/tool_dependencies.xml Wed Nov 04 10:10:53 2015 -0500 +++ b/tool_dependencies.xml Thu Nov 12 09:03:51 2015 -0500 @@ -3,10 +3,10 @@ - - + + - +