# HG changeset patch # User iuc # Date 1698222268 0 # Node ID cf01dd6c6b1fac0b6144ce9a124c34bcf0ce5ff6 # Parent 31f8063eedea4cb002ed76f01e23abbadc466339 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/arriba commit 3a528b3f87cff585baf4abb8ebe0be95a24044ea diff -r 31f8063eedea -r cf01dd6c6b1f macros.xml --- a/macros.xml Fri Mar 24 08:12:37 2023 +0000 +++ b/macros.xml Wed Oct 25 08:24:28 2023 +0000 @@ -1,6 +1,6 @@ 2.4.0 - 0 + 1 arriba @@ -53,7 +53,7 @@ ln -sf '$genome.assembly' $genome_assembly && #end if #elif str($genome.genome_source) == "cached" - #set $genome_assembly = $genome.ref_file.fields.fasta + #set $genome_assembly = $genome.ref_file.fields.path #end if ]]> - +
diff -r 31f8063eedea -r cf01dd6c6b1f test-data/all_fasta.loc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/all_fasta.loc Wed Oct 25 08:24:28 2023 +0000 @@ -0,0 +1,19 @@ +#This file lists the locations and dbkeys of all the fasta files +#under the "genome" directory (a directory that contains a directory +#for each build). The script extract_fasta.py will generate the file +#all_fasta.loc. This file has the format (white space characters are +#TAB characters): +# +# +# +#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. +# +genome_id dbkey genome_name ${__HERE__}/genome.fasta.gz \ No newline at end of file diff -r 31f8063eedea -r cf01dd6c6b1f test-data/genome.fasta.gz Binary file test-data/genome.fasta.gz has changed diff -r 31f8063eedea -r cf01dd6c6b1f test-data/genome.fasta.gz.fai --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/genome.fasta.gz.fai Wed Oct 25 08:24:28 2023 +0000 @@ -0,0 +1,2 @@ +22 269079 4 269079 269080 +9 515509 269087 515509 515510 diff -r 31f8063eedea -r cf01dd6c6b1f test-data/genome.fasta.gz.gzi Binary file test-data/genome.fasta.gz.gzi has changed diff -r 31f8063eedea -r cf01dd6c6b1f tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Wed Oct 25 08:24:28 2023 +0000 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+