Skip to content

how do I enable nextflow to read scripts in bin folder? #4651

Closed Answered by bentsherman
complexgenome asked this question in Q&A
Discussion options

You must be logged in to vote

You have to add a shebang (#!/user/bin/env python2) to the first line of your python script, make it executable, and execute it directly in your process:

    """
    echo "hello"
    parse_cnvs_V2.py
    """

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by complexgenome
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants