Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Set path to cgview.jar
· 2e9f092c
Andreas Tille
authored
Aug 20, 2018
2e9f092c
Add some debug code - Somehow the call to blastall / blastp is broken ...
· 25ac23fb
Andreas Tille
authored
Aug 20, 2018
25ac23fb
Show whitespace changes
Inline
Side-by-side
debian/patches/cgview_path.patch
0 → 100644
View file @
25ac23fb
--- a/conf/global_settings.conf
+++ b/conf/global_settings.conf
@@ -44,7 +44,7 @@
myva_file = $cogs_files/myva
cgview_xml_builder = $comparison_tool/lib/scripts/cgview_xml_builder/cgview_xml_builder.pl
-cgview = $comparison_tool/bin/cgview.jar
+cgview = /usr/share/java/cgview.jar
project_settings = $comparison_tool/conf/project_settings.conf
debian/patches/debug.patch
0 → 100644
View file @
25ac23fb
--- a/lib/scripts/local_blast_client/local_blast_client.pl
+++ b/lib/scripts/local_blast_client/local_blast_client.pl
@@ -258,8 +258,11 @@
while ( my $sequenceEntry = <SEQFILE> )
print
"Performing BLAST search for sequence number $seqCount ($sequenceTitle).\n";
+ print "DEBUG: $blast_command\ncontent of $filename is:\n";
+ `cat $filename` ;
my $result = `$blast_command`;
+ print "DEBUG: result = $result\n";
my $hitFound = 0;
my $HSPCount = 0;
debian/patches/series
View file @
25ac23fb
cgview_path.patch
testscripts.patch
debug.patch