Age | Commit message (Expand) | Author |
---|---|---|
2022-03-10 | Allow tabs in Makefiles....* .dir-locals.el (makefile-gmake-mode): Set indent-tabs-mode to t. | Arun Isaac |
2021-12-24 | Introduce syntax-let abstraction....* dump.scm (syntax-let): New macro. (define-dump): Use syntax-let. * .dir-locals.el (scheme-mode): Indent syntax-let correctly. | Arun Isaac |
2021-12-16 | Make define-dump syntax more concise....* dump.scm (field->key, field->assoc-ref, collect-fields): New functions. (define-dump): Redefine with more concise syntax. * dump.scm (dump-species, dump-strain, dump-mapping-method, dump-inbred-set, dump-phenotype, dump-publication, dump-publish-xref, dump-tissue, dump-investigators, dump-avg-method, dump-gene-chip, dump-info-files): Use new define-dump syntax. (default-metadata-proc): Delete function. * .dir-locals.el (scheme-mode): Indent triples form correctly. | Arun Isaac |
2021-12-11 | Visualize schema....* .dir-locals.el (scheme-mode): Indent set-table-columns correctly. * dump.scm: Import (srfi srfi-9 gnu). (%database-name): New variable. (<table>): New type. (tables, string-remove-suffix-ci, human-units, graph->dot, dump-schema): New functions. Invoke dump-schema. * guix.scm: Import (gnu packages bioinformatics). Add ccwl, graphviz and guile-libyaml to the manifest. | Arun Isaac |
2021-12-04 | Add emacs directory local variables....* .dir-locals.el: New file. | Arun Isaac |