Mercurial > repos > gga > tripal_analysis_load_fasta
comparison macros.xml @ 2:0fbe72b81b9e draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
author | gga |
---|---|
date | Thu, 21 Jun 2018 08:48:27 -0400 |
parents | ca1eb54c95d6 |
children | f6c2ca9dd23f |
comparison
equal
deleted
inserted
replaced
1:43bb9308b52d | 2:0fbe72b81b9e |
---|---|
47 echo " username: \"\$GALAXY_TRIPAL_USER\"" >> '.auth.yml' && | 47 echo " username: \"\$GALAXY_TRIPAL_USER\"" >> '.auth.yml' && |
48 echo " password: \"\$GALAXY_TRIPAL_PASSWORD\"" >> '.auth.yml' && | 48 echo " password: \"\$GALAXY_TRIPAL_PASSWORD\"" >> '.auth.yml' && |
49 | 49 |
50 TRIPAILLE_GLOBAL_CONFIG_PATH='.auth.yml' | 50 TRIPAILLE_GLOBAL_CONFIG_PATH='.auth.yml' |
51 ]]></token> | 51 ]]></token> |
52 | |
53 <xml name="wait_for"> | |
54 <param name="wait_for" | |
55 type="data" | |
56 format="data" | |
57 optional="true" | |
58 label="Run this only after the following dataset is ready" | |
59 help="Use this if you want to delay the job execution until some data is already loaded. The selected dataset will not be used for anything else."/> | |
60 </xml> | |
52 | 61 |
53 <xml name="test_result"> | 62 <xml name="test_result"> |
54 <assert_stderr> | 63 <assert_stderr> |
55 <has_text text="MissingSchema" /> | 64 <has_text text="MissingSchema" /> |
56 </assert_stderr> | 65 </assert_stderr> |