Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Paths resolve/completion for script: and notebook: sections #426

Closed
iromeo opened this issue Aug 19, 2021 · 0 comments
Closed

Paths resolve/completion for script: and notebook: sections #426

iromeo opened this issue Aug 19, 2021 · 0 comments
Assignees
Milestone

Comments

@iromeo
Copy link
Contributor

iromeo commented Aug 19, 2021

Paths resolve/completion for script: and notebook: sections

rule group_bin_split:
    input:
        freq_table=rules.bin_table.output.bin_table_freq
    output:
        group_table_freq="results/haploblocks/bin_{genome}_{sample}_freq_table.csv"
    conda:
        "../envs/python_general.yaml"
    script:
        "../scripts/group_split.py"
@iromeo iromeo added this to the next major milestone Nov 20, 2021
dakochik pushed a commit that referenced this issue Dec 2, 2021
dakochik pushed a commit that referenced this issue Dec 4, 2021
dakochik pushed a commit that referenced this issue Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants