Skip to content

Instantly share code, notes, and snippets.

@danielecook
Created February 20, 2020 17:10
Show Gist options
  • Save danielecook/50c22fbaf6b9d494ac9147128d4370c5 to your computer and use it in GitHub Desktop.
Save danielecook/50c22fbaf6b9d494ac9147128d4370c5 to your computer and use it in GitHub Desktop.
Extract params from nextflow files
ag -o params\\.[A-Za-z\_0-9]+ *.nf | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment