Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
INTBuilder
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
Chloe Dequeker
INTBuilder
Commits
ba6e9cf9
Commit
ba6e9cf9
authored
May 29, 2017
by
Chloe Dequeker
Browse files
Options
Browse Files
Download
Plain Diff
WIP on master:
a58837d6
bugfix that caused residues to have a wrong output name
parents
a58837d6
373dd02a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
fileIO.c
src/fileIO.c
+16
-0
No files found.
src/fileIO.c
View file @
ba6e9cf9
...
...
@@ -25,6 +25,22 @@ char* deblank(char* input){
return
output
;
}
struct
docking_results
*
getDataForComplex_ATTRACT
(){
char
*
buf
=
NULL
;
char
buf2
[
100
]
=
""
;
FILE
*
condFile_stream
=
NULL
;
int
numberOfConf
=
0
,
rc
=
0
;
int
idConf
=
0
,
buf4
=
0
,
i
=
0
;
float
buf3
=
0
;
size_t
len
=
2000
;
struct
docking_results
*
dock_res
=
NULL
;
condFile_stream
=
fopen
(
dockingFile
,
"r"
);
return
NULL
;
}
struct
docking_results
*
getDataForComplex
(){
char
*
buf
=
NULL
;
char
buf2
[
100
]
=
""
;
...
...
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