index
:
genenetwork3
auth/implement-authorization-code-flow
bugfix/remove-pre-data-parsing
chores/ctl-wgcna-enhancement
chores/fixes
ci-cd-scripts
correlation-return-fewer-results
data-access-levels-endpoint
feature/autocomplete-generation
feature/lmdb-rust
feature/reimplement-corrmp
fixture-for-pcorrs
gn-guile
luna
main
migrate-to-python3.10
oauth2_auth_flow
refactor-circular-import
rework-genotype-linking
technical-specification
GeneNetwork3 REST API for data science and machine learning
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gn3
/
computations
/
wgcna.py
Age
Commit message (
Expand
)
Author
2024-09-12
Fix failing tests after merging in Pjotr's pull request.
Frederick Muriuki Muriithi
2024-09-12
Replace TMPDIR/output with TMPDIR/gn3 so it is clear where it comes from
Pjotr Prins
2024-09-12
Modify script paths so they can be edited in Guix
Pjotr Prins
2022-02-24
gn3: computations: Call Popen with context manager.
Arun Isaac
2022-02-24
gn3: Explicitly specify UTF-8 to be the file encoding.
Arun Isaac
2021-10-25
mypy:Incompatible types in assignment fix
Alexander Kabui
2021-10-25
mypy fix for none stdout
Alexander Kabui
2021-10-25
pylint and pep8 formatting
Alexander Kabui
2021-10-25
fix unittests
Alexander Kabui
2021-10-25
minor modification for emitting data:add namespaces
Alexander Kabui
2021-10-25
pep8 formatting,pylint fixes
Alexander Kabui
2021-10-25
add socket obj and emit process
Alexander Kabui
2021-10-25
fix issues serializing byte string
Alexander Kabui
2021-10-25
rename key to image_data
Alexander Kabui
2021-10-25
add function to process images
Alexander Kabui
2021-10-25
add function to capture output in real time
Alexander Kabui
2021-09-27
add file not found exception
Alexander Kabui
2021-09-27
return str error for exception
Alexander Kabui
2021-09-23
minor fixes for endpoint
Alexander Kabui
2021-09-23
Return r error if returncode!=0
Alexander Kabui
2021-09-23
read generated files from r and return output
Alexander Kabui
2021-09-16
run cmd and add exception handler
Alexander Kabui
2021-09-16
add function to compose and run wgcna script
Alexander Kabui
2021-09-16
function to parse form data and write to json file
Alexander Kabui
2021-09-15
init wgcna file to run r script and preprocess data
Alexander Kabui