Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbb
waw
Commits
7d3667f5
Commit
7d3667f5
authored
May 05, 2022
by
khalid
Browse files
change varExp name
parent
13b1a6c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/FROGS_phyloseq_stats/FROGS_phyloseq_stats.rule.snakefile
View file @
7d3667f5
rule <step_name>__FROGS_phyloseq_stats:
rule <step_name>__FROGS_phyloseq_stats:
input:
**<step_name>__FROGS_phyloseq_stats_inputs(),
output:
...
...
@@ -7,8 +7,8 @@
log: config["results_dir"]+'/logs/' + config["<step_name>__FROGS_phyloseq_stats_output_dir"] + '/FROGS_phyloseq_stats_log.txt',
params:
command = config["<step_name>__FROGS_phyloseq_stats_command"],
outDir = config["results_dir"]+'/'+config["<step_name>__FROGS_phyloseq_stats_output_dir"],
varExp = config["<step_name>__FROGS_phyloseq_stats_varExp"],
outDir
= config["results_dir"]+'/'+config["<step_name>__FROGS_phyloseq_stats_output_dir"],
varExp
= config["<step_name>__FROGS_phyloseq_stats_varExp"],
stepDir = config["<step_name>__FROGS_phyloseq_stats_output_dir"],
shell: """
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment