# HG changeset patch
# User bgruening
# Date 1668344357 0
# Node ID 8d5b13b571fde54d25b308e8485219816e8c2ef4
# Parent 23d20e5e427d3f1e50cc3ed70811e6123f763b8f
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/instagraal commit 3005cec91ca52f9d28aa2fe0bd4190555abafc35
diff -r 23d20e5e427d -r 8d5b13b571fd instagraal.xml
--- a/instagraal.xml Thu Nov 10 14:36:10 2022 +0000
+++ b/instagraal.xml Sun Nov 13 12:59:17 2022 +0000
@@ -28,11 +28,11 @@
ln -s '$fragments_list' hic_folder/fragments_list.txt &&
ln -s '$info_contigs' hic_folder/info_contigs.txt &&
-#if $reference_genome.source == 'history':
+#if $ref_source.source == "history"
#set $ref_genome = 'reference.fasta'
- ln -s -f '${reference_genome.history_item}' $ref_genome &&
-#else:
- #set $ref_genome = $reference_genome.index.fields.path
+ ln -s '${ref_source.ref_fasta}' $ref_genome &&
+#elif $ref_source.source == "builtin"
+ #set $ref_genome = '${ref_source.ref_fasta_builtin.fields.path}'
#end if
instagraal
@@ -70,22 +70,19 @@
-
-
-
-
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
+
-
+
diff -r 23d20e5e427d -r 8d5b13b571fd tool-data/all_fasta.loc.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/all_fasta.loc.sample Sun Nov 13 12:59:17 2022 +0000
@@ -0,0 +1,18 @@
+#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.
+#
diff -r 23d20e5e427d -r 8d5b13b571fd tool_data_table_conf.xml.sample
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_data_table_conf.xml.sample Sun Nov 13 12:59:17 2022 +0000
@@ -0,0 +1,13 @@
+
+
+
+
+ value, dbkey, name, path
+
+
+
+
+ value, dbkey, name, path
+
+
+