Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
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
david Chavalarias
clinicaltrials
Commits
24a897c7
Commit
24a897c7
authored
8 years ago
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean imports and move unused dependencies
parent
6c171b32
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
3 additions
and
3 deletions
+3
-3
FA2.py
comex_install/FA2_unused/FA2.py
+0
-0
ForceFactory.py
comex_install/FA2_unused/ForceFactory.py
+0
-0
RV-Uniform.py
comex_install/FA2_unused/RV-Uniform.py
+0
-0
comex.py
comex_install/FA2_unused/comex.py
+0
-0
extractDataCustom.py
comex_install/extractDataCustom.py
+2
-2
main.py
comex_install/main.py
+1
-1
reversal.py
comex_install/reverseproxy_unused/reversal.py
+0
-0
reverseproxy.py
comex_install/reverseproxy_unused/reverseproxy.py
+0
-0
No files found.
comex_install/FA2.py
→
comex_install/FA2
_unused/FA2
.py
View file @
24a897c7
File moved
This diff is collapsed.
Click to expand it.
comex_install/ForceFactory.py
→
comex_install/F
A2_unused/F
orceFactory.py
View file @
24a897c7
File moved
This diff is collapsed.
Click to expand it.
comex_install/RV-Uniform.py
→
comex_install/
FA2_unused/
RV-Uniform.py
View file @
24a897c7
File moved
This diff is collapsed.
Click to expand it.
comex_install/comex.py
→
comex_install/
FA2_unused/
comex.py
View file @
24a897c7
File moved
This diff is collapsed.
Click to expand it.
comex_install/extractDataCustom.py
View file @
24a897c7
...
@@ -7,6 +7,8 @@ import cgi
...
@@ -7,6 +7,8 @@ import cgi
import
json
import
json
import
sys
import
sys
from
converter
import
CountryConverter
import
pprint
reload
(
sys
)
reload
(
sys
)
sys
.
setdefaultencoding
(
'utf-8'
)
sys
.
setdefaultencoding
(
'utf-8'
)
...
@@ -333,7 +335,6 @@ class extract:
...
@@ -333,7 +335,6 @@ class extract:
def
buildJSON_sansfa2
(
self
,
graph
,
coordsRAW
=
None
):
def
buildJSON_sansfa2
(
self
,
graph
,
coordsRAW
=
None
):
from
converter
import
CountryConverter
inst
=
CountryConverter
(
""
,
""
,
""
,
""
)
inst
=
CountryConverter
(
""
,
""
,
""
,
""
)
ISO
=
inst
.
getCountries
(
"countries_ISO3166.txt"
)
ISO
=
inst
.
getCountries
(
"countries_ISO3166.txt"
)
Alternatives
=
inst
.
getCountries
(
"countries_alternatives.txt"
)
Alternatives
=
inst
.
getCountries
(
"countries_alternatives.txt"
)
...
@@ -497,7 +498,6 @@ class extract:
...
@@ -497,7 +498,6 @@ class extract:
graph
[
"stats"
]
=
{
"sch"
:
nodesA
,
"kw"
:
nodesB
,
"n1"
:
edgesA
,
"n2"
:
edgesB
,
"nbi"
:
edgesAB
,
}
graph
[
"stats"
]
=
{
"sch"
:
nodesA
,
"kw"
:
nodesB
,
"n1"
:
edgesA
,
"n2"
:
edgesB
,
"nbi"
:
edgesAB
,
}
graph
[
"ID"
]
=
self
.
unique_id
graph
[
"ID"
]
=
self
.
unique_id
import
pprint
pprint
.
pprint
(
graph
[
"stats"
])
pprint
.
pprint
(
graph
[
"stats"
])
# print "scholars",nodesA
# print "scholars",nodesA
...
...
This diff is collapsed.
Click to expand it.
comex_install/main.py
View file @
24a897c7
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from
FA2
import
ForceAtlas2
#
from FA2 import ForceAtlas2
from
extractDataCustom
import
extract
as
SQLite
from
extractDataCustom
import
extract
as
SQLite
import
sys
import
sys
...
...
This diff is collapsed.
Click to expand it.
comex_install/reversal.py
→
comex_install/revers
eproxy_unused/revers
al.py
View file @
24a897c7
File moved
This diff is collapsed.
Click to expand it.
comex_install/reverseproxy.py
→
comex_install/reverseproxy
_unused/reverseproxy
.py
View file @
24a897c7
File moved
This diff is collapsed.
Click to expand it.
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