# HG changeset patch # User iuc # Date 1723410374 0 # Node ID 77fc7640abc77b6e0e661d52124072d40d4c1ef9 # Parent e6ef29001647809082b4ec32b8606a3a29163171 planemo upload commit 49a2861a9b3480ea25f1e5526d2edf9dc8cb5334 diff -r e6ef29001647 -r 77fc7640abc7 all_fasta.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/all_fasta.loc.sample Sun Aug 11 21:06:14 2024 +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 e6ef29001647 -r 77fc7640abc7 basil.xml --- a/basil.xml Thu May 30 21:14:58 2019 -0400 +++ b/basil.xml Sun Aug 11 21:06:14 2024 +0000 @@ -1,11 +1,19 @@ - + Breakpoint detection, including large insertions + + 1.2.0 + 1 + - anise_basil + anise_basil - basil --version 2>&1 | grep 'basil version' | cut -f 3 -d ' ' + basil --version 2>&1 | grep 'basil version' | cut -f 3 -d ' ' - + + + + + + + + + + + + + + + + + + - + - + + + + + - + + + + + + + + + + diff -r e6ef29001647 -r 77fc7640abc7 test-data/all_fasta.loc.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/all_fasta.loc.test Sun Aug 11 21:06:14 2024 +0000 @@ -0,0 +1,1 @@ +genome genome-dbkey genome-display ${__HERE__}/ref.fa diff -r e6ef29001647 -r 77fc7640abc7 tool_data_table_conf.xml.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.sample Sun Aug 11 21:06:14 2024 +0000 @@ -0,0 +1,9 @@ + + + + + value, dbkey, name, path + +
+
+ diff -r e6ef29001647 -r 77fc7640abc7 tool_data_table_conf.xml.test --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_data_table_conf.xml.test Sun Aug 11 21:06:14 2024 +0000 @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+