index
:
gn-guile
main
GNU Guile API and web service support for GeneNetwork
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
precompute
/
list-traits-to-compute.scm
Age
Commit message (
Expand
)
Author
2024-08-03
precompute: pass in trait id for gemma
Pjotr Prins
2024-07-07
precompute: making sure order is correct - validating results
Pjotr Prins
2024-07-07
precompute: URL is now correct (validated)
Pjotr Prins
2024-07-07
precompute: adding metadata
Pjotr Prins
2024-06-29
Using a record instead of assoc is cleaner
Pjotr Prins
2024-06-29
Get trait features - now need to refactor
Pjotr Prins
2024-06-29
for-each can take multiple lists, nice!
Pjotr Prins
2024-06-29
for-each can take multiple lists, nice!
Pjotr Prins
2024-06-28
Need to get at dataset-id - next to trait-id
Pjotr Prins
2024-05-21
Writing json-ld
Pjotr Prins
2024-05-16
Add json meta record
Pjotr Prins
2024-05-16
Write json file for traits
Pjotr Prins
2024-05-16
Use main when running script
Pjotr Prins
2024-05-14
Add missing strain. Remove unused call
Pjotr Prins
2024-05-13
Write out JSON as a string for traits
Pjotr Prins
2024-05-13
Preparing BXD named for strain output in JSON
Pjotr Prins
2024-05-13
Start on json output for strains
Pjotr Prins
2024-05-13
Simplified a bit and batch size 500 appears to work alright
Pjotr Prins
2024-05-13
Batch run getting traits
Pjotr Prins
2024-05-12
list-traits handle CLI options --start-id and --next
Pjotr Prins
2024-05-09
Full test for whether a data-id belongs to the BXD
Pjotr Prins
2024-05-08
Use match to select for BXD traits
Pjotr Prins
2024-05-08
Collate trait values
Pjotr Prins
2024-05-08
List all traits
Pjotr Prins
2024-05-07
list traits: remove unused lines
Pjotr Prins
2024-05-07
Fetch a batch of traits so we can process faster
Pjotr Prins
2024-05-05
Trait IDs fetch in batch
Pjotr Prins
2024-05-05
List data-ids (trait ids) for a batch
Pjotr Prins