comparison cell-browser.xml @ 6:97483e5ec21e draft default tip

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/ucsc-cell-browser/.shed.yml commit 30c232088d42557d13359dfa26f9c7ce5edfc444
author ebi-gxa
date Sat, 15 Jul 2023 09:25:00 +0000
parents 544d44faa8bf
children
comparison
equal deleted inserted replaced
5:544d44faa8bf 6:97483e5ec21e
1 <tool id="ucsc_cell_browser" name="UCSC Cell Browser" version="1.0.0+galaxy0" profile="18.01"> 1 <tool id="ucsc_cell_browser" name="UCSC Cell Browser" version="1.0.0+galaxy1" profile="18.01">
2 <description>displays single-cell clusterized data in an interactive web application.</description> 2 <description>displays single-cell clusterized data in an interactive web application.</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="1.0.0">ucsc-cell-browser</requirement> 4 <requirement type="package" version="1.0.0">ucsc-cell-browser</requirement>
5 </requirements> 5 </requirements>
6 <stdio> 6 <stdio>
7 <exit_code range="1:" /> 7 <exit_code range="1:" />
8 <regex source="both" match="Killed" level="fatal_oom" description="Killed, most likely due to OOM" />
8 </stdio> 9 </stdio>
9 <command><![CDATA[ 10 <command><![CDATA[
10 #if $input_type.expression_source == "native-cell-browser": 11 #if $input_type.expression_source == "native-cell-browser":
11 12
12 echo "coords = [ {'file':'$tsneCoordinates', 'shortLabel':'t-SNE'} ]" > ./cellbrowser.conf; 13 echo "coords = [ {'file':'$tsneCoordinates', 'shortLabel':'t-SNE'} ]" > ./cellbrowser.conf;