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
2af3aba0
Commit
2af3aba0
authored
Aug 09, 2013
by
Sebastien Moretti
Browse files
Fix for exonerate 2.2.0 that looks to have problems with target filename containing :
parent
be1675be
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProtoGene.pl
View file @
2af3aba0
...
...
@@ -1027,7 +1027,7 @@ sub download_seq{
$checkSeq
= `grep -v '>'
"
$cache
/$acc[$a]-$from-$to.fas"` if ( $amont =~ /
^\
d
+
$/
&&
$aval
=~
/^\d+$/
);
$checkSeq
=
`
grep -v '>' "
$cache
/
$acc
[
$a
].fas"
`
if
(
$amont
!~
/^\d+$/
||
$aval
!~
/^\d+$/
);
if
(
$checkSeq
!~
/^[A-Za-z]/
&&
$cp
==
0
){
# if ( -s "$cache/$acc[$a]
:
$from-$to.fas" <120 && $cp==0){ #Instead of multiple downloads, only seq name and header
# if ( -s "$cache/$acc[$a]
-
$from-$to.fas" <120 && $cp==0){ #Instead of multiple downloads, only seq name and header
unlink
("
$cache
/
$acc
[
$a
]-
$from
-
$to
.fas
")
if
(
$amont
=~
/^\d+$/
&&
$aval
=~
/^\d+$/
);
unlink
("
$cache
/
$acc
[
$a
].fas
")
if
(
$amont
!~
/^\d+$/
||
$aval
!~
/^\d+$/
);
# $amont = '';
...
...
Write
Preview
Supports
Markdown
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