# HG changeset patch # User iuc # Date 1510843485 18000 # Node ID 836d1aa3e89a057e2dbbe1d0be59528a2b7c02cf # Parent ff11d442feedce38938c803f83f92a24c8a641a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit 3c41f2c44dd5080cbdb5f6bb85dac2b564c8966e diff -r ff11d442feed -r 836d1aa3e89a jbrowse.xml --- a/jbrowse.xml Wed Nov 15 15:15:27 2017 -0500 +++ b/jbrowse.xml Thu Nov 16 09:44:45 2017 -0500 @@ -1,11 +1,11 @@ - + genome browser macros.xml - python jbrowse.py --version + python '${__tool_directory__}/jbrowse.py' --version $gencode #if str($reference_genome.genome_type_select) == "indexed": - ${reference_genome.genomes.fields.path} + + + s #else #for $genome in $reference_genome.genomes: @@ -495,7 +497,8 @@ help="If your input files represents transcripts, give the name of the corresponding features here (e.g. 'mRNA' or 'transcript')" optional="True"/> - + + @@ -904,6 +907,15 @@ + + + + + + + + + +# +#So, all_fasta.loc could look something like this: +# +#apiMel3 apiMel3 Honeybee (Apis mellifera): apiMel3 /path/to/genome/apiMel3/apiMel3.fa +#hg19canon hg19 Human (Homo sapiens): hg19 Canonical /path/to/genome/hg19/hg19canon.fa +#hg19full hg19 Human (Homo sapiens): hg19 Full /path/to/genome/hg19/hg19full.fa +# +#Your all_fasta.loc file should contain an entry for each individual +#fasta file. So there will be multiple fasta files for each build, +#such as with hg19 above. +# +merlin merlin Merlin ${__HERE__}/merlin.fa diff -r ff11d442feed -r 836d1aa3e89a test-data/gencode/test-data_table.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/gencode/test-data_table.xml Thu Nov 16 09:44:45 2017 -0500 @@ -0,0 +1,32 @@ + + + + 1 + + + + s + + + + 20 + + true + + true + true + true + true + false + + http://localhost:8080 + + + + + diff -r ff11d442feed -r 836d1aa3e89a tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Thu Nov 16 09:44:45 2017 -0500 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+