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
mmassaviol
WAWmassaviol
Commits
0b6405af
Commit
0b6405af
authored
Oct 04, 2021
by
khalid
Browse files
debug raw_gff3
parent
e7dd4dff
Changes
2
Hide whitespace changes
Inline
Side-by-side
tools/hisat2_index/hisat2_index.rule.snakefile
View file @
0b6405af
...
...
@@ -11,7 +11,7 @@ rule <step_name>__hisat2_index:
config["<step_name>__hisat2_index_threads"]
params:
command = config["<step_name>__hisat2_index_command"],
output_prefix = config["<step_name>__hisat2_index_output_dir"]+"/index"
output_prefix =
config["results_dir"]+"/"+
config["<step_name>__hisat2_index_output_dir"]+"/index"
shell:
"{params.command} "
"{input.genome_fasta} "
...
...
tools/htseq_count/htseq_count.rule.snakefile
View file @
0b6405af
...
...
@@ -9,6 +9,7 @@ rule <step_name>__htseq_count:
command = config["<step_name>__htseq_count_command"],
htseq_count_minaqual = config["<step_name>__htseq_count_minaqual"],
htseq_stranded = config["<step_name>__htseq_stranded"],
htseq_orientation = config["<step_name>__htseq_orientation"],
output_dir = config["results_dir"]+'/'+config["<step_name>__htseq_count_output_dir"]
shell:
"{params.command} -f bam -a {params.htseq_count_minaqual} -s {params.htseq_stranded} -r {params.htseq_orientation} {input.bam} {input.gff_file} 2> {log} > {output.stats}"
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