Mercurial > repos > yating-l > jbrowse_hub
changeset 32:f45a253f7c6a draft
planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit faeedda55e23f1197bc454d3db2d52af29d786e8-dirty
author | yating-l |
---|---|
date | Fri, 17 Mar 2017 12:37:08 -0400 |
parents | d8049deb0c97 |
children | 39a214ac35a7 |
files | jbrowse_hub.xml |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/jbrowse_hub.xml Fri Mar 17 12:28:32 2017 -0400 +++ b/jbrowse_hub.xml Fri Mar 17 12:37:08 2017 -0400 @@ -56,7 +56,6 @@ #if $f.formatChoice.gff3Choice.gff3_select == 'gff3_transcript' --gff3_transcript $f.formatChoice.gff3Choice.GFF3_transcript #silent $prepare_json($f.formatChoice.gff3Choice.GFF3_transcript, extra_data_dict) - #end if #elif $f.formatChoice.gff3Choice.gff3_select == 'gff3_mrna' --gff3_mrna $f.formatChoice.gff3Choice.GFF3_mrna #silent $prepare_json($f.formatChoice.gff3Choice.GFF3_mrna, extra_data_dict) @@ -77,9 +76,9 @@ #end for #set all_data_json = json.dumps($data_parameter_dict) - -j '$all_data_json' - -e '$output.extra_files_path' - -o '$output' + -j '$all_data_json' + -e '$output.extra_files_path' + -o '$output' ]]></command>