Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
metagWGS
Commits
bcab3ecd
Commit
bcab3ecd
authored
Jun 03, 2021
by
Celine Noirot
Browse files
Add depth param to merge_contig_quantif_perlineage.py
parent
87955f4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.nf
View file @
bcab3ecd
...
...
@@ -1103,7 +1103,7 @@ process diamond_parser {
script:
"""
aln2taxaffi.py -a ${prot_accession2taxid} --taxonomy ${taxonomy} -o ${replicateId} ${diamond_file} ${contigs_len}
merge_contig_quantif_perlineage.py -i ${idxstats} -c ${replicateId}.percontig.tsv -o ${replicateId}_quantif_percontig
merge_contig_quantif_perlineage.py -i ${idxstats} -c ${replicateId}.percontig.tsv
-m ${depth}
-o ${replicateId}_quantif_percontig
"""
}
...
...
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