We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
script:
notebook:
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"
The text was updated successfully, but these errors were encountered:
Completion, resolve minor fix. Path searching was verified.
9bf5945
Resolves: #426
Code was simplified.
299f29b
Redundant tests were removed.
b7e8df6
a2ad44c
fixed: 'script', 'notebook' resolve and completion features
964fff3
Related to #426
dakochik
No branches or pull requests
Paths resolve/completion for
script:
andnotebook:
sectionsThe text was updated successfully, but these errors were encountered: