Add argument parsing to nfdocs-parser.py

Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
This commit is contained in:
Thomas A. Christensen II 2022-01-05 13:16:43 -06:00
parent ca4982cee8
commit 4c0f7869ac
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -1 +1,5 @@
#!/usr/bin/env python
import sys
nextflow_file = sys.argv[1]
print(nextflow_file)