mirror of
https://github.com/MillironX/nfdocs-parser.git
synced 2024-11-22 00:56:04 +00:00
Thomas A. Christensen II
4c0f7869ac
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
5 lines
83 B
Python
Executable file
5 lines
83 B
Python
Executable file
#!/usr/bin/env python
|
|
import sys
|
|
|
|
nextflow_file = sys.argv[1]
|
|
print(nextflow_file)
|