# HG changeset patch
# User petr-novak
# Date 1569326454 14400
# Node ID b34483adf8f020719a8e239721e939f50732bdec
# Parent 039c45c01b47825d4097a9a96e62d97583263bab
Uploaded
diff -r 039c45c01b47 -r b34483adf8f0 dante_gff_to_dna.xml
--- a/dante_gff_to_dna.xml Tue Sep 24 07:27:56 2019 -0400
+++ b/dante_gff_to_dna.xml Tue Sep 24 08:00:54 2019 -0400
@@ -2,6 +2,7 @@
Tool to extract nucleotide sequences of protein domains found by DANTE
biopython
+ REXDB
TEMP_DIR_LINEAGES=\$(mktemp -d) &&
@@ -12,7 +13,7 @@
#else:
--extended False
#end if
- --classification ${__tool_data_path__ }/protein_domains/${db_type}_class
+ --classification \${REXDB}/${db_type}_class
&&
cat \$TEMP_DIR_LINEAGES/domains_counts.txt \$TEMP_DIR_LINEAGES/*fasta > $out_fasta &&