Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PRESCOTT
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mustafa Tekpinar
PRESCOTT
Commits
e1a03717
Commit
e1a03717
authored
Mar 06, 2023
by
Mustafa Tekpinar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unnecessary combinedv[1-4] normWeightMode options.
parent
7a52b1c1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
46 deletions
+1
-46
computePred.R
computePred.R
+0
-40
sgemme.py
sgemme.py
+1
-6
No files found.
computePred.R
View file @
e1a03717
...
...
@@ -186,46 +186,6 @@ if((normWeightMode=="maxtracepc") | (normWeightMode=="maxpctrace")){
trace
<-
append
(
trace
,
jet
[
row
,
"trace"
])
}
}
}
else
if
(
normWeightMode
==
"combinedv1"
){
print
(
"Using only combinedv1"
)
for
(
row
in
1
:
nrow
(
jet
))
{
if
(
sum
(
colnames
(
jet
)
==
"combinedv1"
)
==
1
){
trace
<-
append
(
trace
,
jet
[
row
,
"combinedv1"
])
}
else
{
print
(
"No field called combinedv1 in the JET output!"
)
quit
(
status
=
-1
)
}
}
}
else
if
(
normWeightMode
==
"combinedv2"
){
print
(
"Using only combinedv2"
)
for
(
row
in
1
:
nrow
(
jet
))
{
if
(
sum
(
colnames
(
jet
)
==
"combinedv2"
)
==
1
){
trace
<-
append
(
trace
,
jet
[
row
,
"combinedv2"
])
}
else
{
print
(
"No field called combinedv2 in the JET output!"
)
quit
(
status
=
-1
)
}
}
}
else
if
(
normWeightMode
==
"combinedv3"
){
print
(
"Using only combinedv3"
)
for
(
row
in
1
:
nrow
(
jet
))
{
if
(
sum
(
colnames
(
jet
)
==
"combinedv3"
)
==
1
){
trace
<-
append
(
trace
,
jet
[
row
,
"combinedv3"
])
}
else
{
print
(
"No field called combinedv3 in the JET output!"
)
quit
(
status
=
-1
)
}
}
}
else
if
(
normWeightMode
==
"combinedv4"
){
print
(
"Using only combinedv4"
)
for
(
row
in
1
:
nrow
(
jet
))
{
if
(
sum
(
colnames
(
jet
)
==
"combinedv4"
)
==
1
){
trace
<-
append
(
trace
,
jet
[
row
,
"combinedv4"
])
}
else
{
print
(
"No field called combinedv4 in the JET output!"
)
quit
(
status
=
-1
)
}
}
}
else
if
(
normWeightMode
==
"tracemovingaverage"
){
print
(
"Using only tracemovingaverage"
)
for
(
row
in
1
:
nrow
(
jet
))
{
...
...
sgemme.py
View file @
e1a03717
...
...
@@ -839,10 +839,6 @@ def doit(inAli,mutFile,retMet,bFile,fFile,n,N, jetfile, pdbfile, normWeightMode,
(
normWeightMode
!=
'halfpccv'
)
and
\
(
normWeightMode
!=
'halfcvpc'
)
and
\
(
normWeightMode
!=
'halftracepc'
)
and
\
(
normWeightMode
!=
'combinedv1'
)
and
\
(
normWeightMode
!=
'combinedv2'
)
and
\
(
normWeightMode
!=
'combinedv3'
)
and
\
(
normWeightMode
!=
'combinedv4'
)
and
\
(
normWeightMode
!=
'maxtracehalfcvpc'
)
and
\
(
normWeightMode
!=
'maxtracehalftracecvhalfcvpc'
)
and
\
(
normWeightMode
!=
'maxhalftracepchalftracecvhalfcvpc'
)
and
\
...
...
@@ -854,8 +850,7 @@ def doit(inAli,mutFile,retMet,bFile,fFile,n,N, jetfile, pdbfile, normWeightMode,
" 'maxtracepc', 'maxtracedfi', 'maxpccv', 'maxtracesc',"
+
\
" 'maxtracebfactor', 'maxtracepcsc', 'maxhalftracepchalftracecvhalfcvpc', "
+
\
" 'maxtracecv', 'maxtracepccv', maxtracepchalfpccv"
+
\
" 'combinedv1', 'combinedv2', 'combinedv3', 'combinedv4'"
+
\
" 'halfcvpc', 'halftracepc', 'maxtracehalfcvpc', 'maxtracehalftracecvhalfcvpc' or 'jetormax'!"
)
" 'halfcvpc', 'halftracepc', 'maxtracehalfcvpc', 'maxtracehalftracecvhalfcvpc' or 'ssjetormax'!"
)
sys
.
exit
(
-
1
)
structure
=
parsePDB
(
prot
+
".pdb"
)
...
...
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