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
55a83611
Commit
55a83611
authored
Nov 09, 2015
by
Eric Coissac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small modifications for the luke cluster
parent
fa0b02e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
detectors/normalize/lib/lookforIR.lib.sh
detectors/normalize/lib/lookforIR.lib.sh
+1
-0
detectors/normalize/lib/selectIR.py
detectors/normalize/lib/selectIR.py
+2
-2
scripts/bash_init.sh
scripts/bash_init.sh
+1
-1
No files found.
detectors/normalize/lib/lookforIR.lib.sh
View file @
55a83611
...
...
@@ -25,6 +25,7 @@ function lookForIR {
{print substr($2,1,3),$8,$7,SAME}}'
|
\
sort
-nk
2
>
${
MATCHES
}
loginfo
"Done"
loginfo
"Looking for long inverted repeats..."
repseek
-c
-p
0.001
-i
${
QUERY
}
2>> /dev/null
>
${
REPEATS
}
...
...
detectors/normalize/lib/selectIR.py
View file @
55a83611
...
...
@@ -32,7 +32,7 @@ for line in data:
for
p
in
range
(
begin
,
end
):
chr
[
p
]
+=
direction
maxSSC
=
float
(
max
(
abs
(
n
)
for
n
in
chloro
[
'SSC'
]))
maxLSC
=
float
(
max
(
abs
(
n
)
for
n
in
chloro
[
'LSC'
]))
...
...
@@ -132,4 +132,4 @@ sys.stdout.write("%s %s %s %s %d %d %d %d %6.5f\n" % (center,
#for p in range(chlorosize):
# sys.stdout.write("%d %d %d\n" % (p,chloro['SSC'][p],chloro['LSC'][p]))
\ No newline at end of file
scripts/bash_init.sh
View file @
55a83611
...
...
@@ -19,7 +19,7 @@ function getAbsolutePath {
# Manage temp directory
function
pushTmpDir
{
TMP_DIR
=
$(
mktemp
-d
-t
"
$1_proc_$$
_"
)
TMP_DIR
=
$(
mktemp
-d
-t
"
$1_proc_$$
_
XXXXXX
"
)
pushd
$TMP_DIR
>
& /dev/null
TMP_DIR_STACK
=
"
$TMP_DIR
$TMP_DIR_STACK
"
logdebug
"Pushing temp directory
$TMP_DIR
"
...
...
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