Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmundmiller/nextflow-mode
Emacs major mode for Nextflow
https://github.com/edmundmiller/nextflow-mode
emacs emacs-mode emacs-package hacktoberfest nextflow
Last synced: 6 days ago
JSON representation
Emacs major mode for Nextflow
- Host: GitHub
- URL: https://github.com/edmundmiller/nextflow-mode
- Owner: edmundmiller
- License: gpl-3.0
- Created: 2019-05-02T03:25:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-11T20:26:16.000Z (28 days ago)
- Last Synced: 2025-01-11T21:28:08.153Z (28 days ago)
- Topics: emacs, emacs-mode, emacs-package, hacktoberfest, nextflow
- Language: Emacs Lisp
- Homepage:
- Size: 68.4 KB
- Stars: 20
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Emacs Nextflow Mode
This is a basic mode for syntax highlighting for [[https://www.nextflow.io/][Nextflow]] based on [[https://git.kyleam.com/snakemake-mode/about/][snakemake-mode]]. More features such as a popup runner, and better script editing planned in the future! Support for DSL2 is in the works also.
** Installation
In order to use this package you'll need to install this packages first:
- [[https://elpa.gnu.org/packages/cl-lib.html][cl-lib]]
- [[https://melpa.org/#/groovy-mode][groovy-mode]]This package is currently not on melpa yet. If you're using [[https://github.com/hlissner/doom-emacs][Doom Emacs]] you can
use this snippet to install the package.#+BEGIN_SRC emacs-lisp
(package! nextflow-mode :recipe (:host github :repo "emiller88/nextflow-mode"))
#+END_SRC