~whereiseveryone/qc-uploads

web interface for qc
add unlicense
c894c594 — Frederick Muriuki Muriithi 1 year, 1 month ago
add load script

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~whereiseveryone/qc-uploads
read/write
git@git.sr.ht:~whereiseveryone/qc-uploads

You can also use your local clone with git send-email.

#qc-uploads

#todos

  • loading spinner in spinneret 🕸️
  • make html table resize nicely to various screen sizes

#Development with GNU Guix

guix shell

#Running Tests

sbcl --load run-tests.lisp

#Loading qc with quicklisp

qc-uploads depends on qc.

If you're using quicklisp you can do the following to load both projects:

$ cd ~/quicklisp/local-projects/
$ git clone https://git.genenetwork.org/jgart/qc
$ git clone https://git.genenetwork.org/jgart/qc-uploads

The project will then be loadable via (ql:quickload "qc-uploads").

If you're using GNU Guix then get qc from guix-bioinformatics channel.