Mercurial > repos > greg > ideas_genome_tracks
changeset 40:97c14308fac9 draft
Uploaded
author | greg |
---|---|
date | Tue, 12 Dec 2017 10:47:46 -0500 |
parents | ecfe907615c5 |
children | 8fee8b633db6 |
files | ideas_genome_tracks.xml |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas_genome_tracks.xml Mon Dec 11 13:13:07 2017 -0500 +++ b/ideas_genome_tracks.xml Tue Dec 12 10:47:46 2017 -0500 @@ -13,6 +13,7 @@ #set sanitized_long_label = str($long_label)[:79] #set sanitized_short_label = str($short_label)[:16] #if str($__user__.email) == 'None': + ## This is needed only if the user is not logged in. #set email = "foo@bar.net" #else: #set email = $__user__.email @@ -49,7 +50,13 @@ #if str($set_track_color_cond.set_track_color) == "yes": --track_color '$set_track_color_cond.track_color' #end if ---short_label '$sanitized_short_label']]></command> +--short_label '$sanitized_short_label' +&>ideas_genome_tracks.log; +if [[ $? -ne 0 ]]; then + cp ideas_log.txt '$output_trackhub' + exit 1; +fi + ]]></command> <inputs> <param name="galaxy_url" type="baseurl" value="/"/> <param name="input" format="txt" type="data_collection" collection_type="list" label="IDEAS files"/>