From 49a2861a9b3480ea25f1e5526d2edf9dc8cb5334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Sun, 11 Aug 2024 22:59:30 +0200 Subject: [PATCH] add new reference genomes (#6221) --- tools/basil/all_fasta.loc.sample | 18 +++++++ tools/basil/basil.xml | 54 ++++++++++++++++++--- tools/basil/test-data/all_fasta.loc.test | 1 + tools/basil/tool_data_table_conf.xml.sample | 9 ++++ tools/basil/tool_data_table_conf.xml.test | 7 +++ 5 files changed, 81 insertions(+), 8 deletions(-) create mode 100644 tools/basil/all_fasta.loc.sample create mode 100644 tools/basil/test-data/all_fasta.loc.test create mode 100644 tools/basil/tool_data_table_conf.xml.sample create mode 100755 tools/basil/tool_data_table_conf.xml.test diff --git a/tools/basil/all_fasta.loc.sample b/tools/basil/all_fasta.loc.sample new file mode 100644 index 00000000000..1a5a28d5e3f --- /dev/null +++ b/tools/basil/all_fasta.loc.sample @@ -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 --git a/tools/basil/basil.xml b/tools/basil/basil.xml index 5d22e1560f5..39cd204a4c5 100644 --- a/tools/basil/basil.xml +++ b/tools/basil/basil.xml @@ -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 --git a/tools/basil/test-data/all_fasta.loc.test b/tools/basil/test-data/all_fasta.loc.test new file mode 100644 index 00000000000..bb76fc97735 --- /dev/null +++ b/tools/basil/test-data/all_fasta.loc.test @@ -0,0 +1 @@ +genome genome-dbkey genome-display ${__HERE__}/ref.fa diff --git a/tools/basil/tool_data_table_conf.xml.sample b/tools/basil/tool_data_table_conf.xml.sample new file mode 100644 index 00000000000..a0a46446a5c --- /dev/null +++ b/tools/basil/tool_data_table_conf.xml.sample @@ -0,0 +1,9 @@ + + + + + value, dbkey, name, path + +
+
+ diff --git a/tools/basil/tool_data_table_conf.xml.test b/tools/basil/tool_data_table_conf.xml.test new file mode 100755 index 00000000000..ff6e8fbd1ed --- /dev/null +++ b/tools/basil/tool_data_table_conf.xml.test @@ -0,0 +1,7 @@ + + + + value, dbkey, name, path + +
+