Created
February 20, 2020 17:10
-
-
Save danielecook/50c22fbaf6b9d494ac9147128d4370c5 to your computer and use it in GitHub Desktop.
Extract params from nextflow files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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