Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastien Moretti
ProtoGene
Commits
b1e628a3
Commit
b1e628a3
authored
Nov 17, 2021
by
Sebastien Moretti
Browse files
Put ProtoGene.pl in bin/
parent
e0687a1f
Changes
4
Hide whitespace changes
Inline
Side-by-side
ProtoGene.pl
→
bin/
ProtoGene.pl
View file @
b1e628a3
...
...
@@ -20,7 +20,7 @@ use LWP::Simple; # To test gigablaster availability
use
Mail::
Send
;
# Send warnings and errors files by e-mail ==> only if the $userEMail variable is defined
use
FindBin
qw( $RealBin )
;
use
lib
"
$RealBin
/lib
";
# Local path for ProtoGene's own perl modules
use
lib
"
$RealBin
/
../
lib
";
# Local path for ProtoGene's own perl modules
use
Exonerate
;
# Exonerate runner, parser, ...
use
Views
;
# Non-text outputs, e.g. HTML/CSS
#use CheckOutput; # Check output for cds consistancy with query
...
...
@@ -55,9 +55,9 @@ my $blast_param = { 'evalue' => 0.05,
###################################################
my
$VERSION
=
'
4.2.
2
';
my
$VERSION
=
'
4.2.
3
';
my
$webblast_exe
=
"
$RealBin
/utils/webblast.pl
";
my
$webblast_exe
=
"
$RealBin
/
../
utils/webblast.pl
";
my
$blast_exe
=
'
blastall
';
# Or wu-blastall for Wu-BLAST; for local blast usage
my
$exonerate_exe
=
'
exonerate
';
# Exonerate 1.0 because current parser only works with this version
...
...
build_installer.sh
→
extra/
build_installer.sh
View file @
b1e628a3
File moved
insertionPourAA.pl
→
extra/
insertionPourAA.pl
View file @
b1e628a3
File moved
installer.temp
→
extra/
installer.temp
View file @
b1e628a3
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment