Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
ORG.Annotate
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ORG.Asm
ORG.Annotate
Commits
bba6581b
Commit
bba6581b
authored
May 02, 2016
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove the printing of an extra empty line at the beginning of the embl
file
parent
ee54019d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
org-annotate.sh
org-annotate.sh
+6
-4
No files found.
org-annotate.sh
View file @
bba6581b
...
...
@@ -60,7 +60,7 @@ function usage {
if
!
options
=
$(
getopt
-o
t:o:icrmh
-l
ncbi-taxid:,organism,no-ir-detection,chloroplast,nuclear-rdna,mitochondrion,help
--
"
$@
"
)
then
# something went wrong, getopt will put out an error message for us
exit
1
usage
$0
1
fi
eval set
--
"
$options
"
...
...
@@ -82,11 +82,11 @@ do
shift
done
echo
$type
#############################
pushTmpDir ORG.organnot
if
[[
!
"
$1
"
=
~ ^/
]]
;
then
QUERY
=
"
${
CALL_DIR
}
/
$1
"
else
...
...
@@ -96,10 +96,12 @@ pushTmpDir ORG.organnot
RESULTS
=
$(
basename
${
QUERY
/.*/
}
)
LOG
=
"
${
CALL_DIR
}
/
${
RESULTS
}
.log"
rm
-f
${
LOG
}
openLogFile
${
LOG
}
case
"
$types
"
in
chloro
)
loginfo
"Annotating a plant chloroplast genome..."
...
...
@@ -156,9 +158,9 @@ pushTmpDir ORG.organnot
exit
1
;;
*
)
echo
usage
$0
1
;;
usage
$0
1
;;
esac
if
[[
"
${
organism
}
"
==
"no"
]]
;
then
organism
=
"{organism}"
else
...
...
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