Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IMP-dev
IMP
Commits
55939a1e
Commit
55939a1e
authored
10 years ago
by
Shaman Narayanasamy
Browse files
Options
Downloads
Patches
Plain Diff
changed output names
parent
660d73b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docker/Dockerfile
+0
-3
0 additions, 3 deletions
docker/Dockerfile
rules/Analysis/MGMT.rules
+9
-4
9 additions, 4 deletions
rules/Analysis/MGMT.rules
rules/Analysis/master.rules
+6
-6
6 additions, 6 deletions
rules/Analysis/master.rules
with
15 additions
and
13 deletions
docker/Dockerfile
+
0
−
3
View file @
55939a1e
...
...
@@ -171,9 +171,6 @@ RUN cd /home/imp/lib \
&&
cd
megahit
\
&&
make
## KronaTools
######################
# ship pipeline code #
######################
...
...
This diff is collapsed.
Click to expand it.
rules/Analysis/MGMT.rules
+
9
−
4
View file @
55939a1e
...
...
@@ -541,14 +541,16 @@ rule ANALYSIS_KRONA_PLOT_MG:
"{U_OUT}/pwy2hierarchy.txt",
"{AN_OUT}/MG.gene_depth.avg",
"{AN_OUT}/MG.gene.len",
output:
"{AN_OUT}/results/MG.gene_kegg_krona.txt",
"{AN_OUT}/results/MG.gene_kegg_krona.html"
shell:
"""
echo "[x] PLOT KRONA `date +"%Y/%m/%d %H:%M:%S"`" >> {log}
python {SRCDIR}/genes.to.kronaTable.py -i {input[0]} -m {input[1]} -H {input[2]} -c {input[3]} -L {input[3]} -o {
in
put[
4
]}
ktImportText -o {
in
put[
5
]} {
in
put[
4
]}"
python {SRCDIR}/genes.to.kronaTable.py -i {input[0]} -m {input[1]} -H {input[2]} -c {input[3]} -L {input[3]} -o {
out
put[
0
]}
ktImportText -o {
out
put[
1
]} {
out
put[
0
]}"
"""
rule ANALYSIS_KRONA_PLOT_MT:
log:
AN_LOG
...
...
@@ -560,11 +562,14 @@ rule ANALYSIS_KRONA_PLOT_MT:
"{U_OUT}/pwy2hierarchy.txt",
"{AN_OUT}/MT.gene_depth.avg",
"{AN_OUT}/MT.gene.len",
output:
"{AN_OUT}/results/MT.gene_kegg_krona.txt",
"{AN_OUT}/results/MT.gene_kegg_krona.html"
shell:
"""
echo "[x] PLOT KRONA `date +"%Y/%m/%d %H:%M:%S"`" >> {log}
python {SRCDIR}/genes.to.kronaTable.py -i {input[0]} -m {input[1]} -H {input[2]} -c {input[3]} -L {input[3]} -o {
in
put[
4
]}
ktImportText -o {
in
put[
5
]} {
in
put[
4
]}"
python {SRCDIR}/genes.to.kronaTable.py -i {input[0]} -m {input[1]} -H {input[2]} -c {input[3]} -L {input[3]} -o {
out
put[
0
]}
ktImportText -o {
out
put[
1
]} {
out
put[
0
]}"
"""
This diff is collapsed.
Click to expand it.
rules/Analysis/master.rules
+
6
−
6
View file @
55939a1e
...
...
@@ -17,12 +17,12 @@ def analysis_output_files():
"MT.variants.isec.vcf.gz",
"MGMT.assembly.length.txt",
"MGMT.assembly.gc_content.txt",
"MT.assembly.co
verage
_coverage.txt",
"MT.assembly.co
verage
_depth.txt",
"MT.assembly.co
verage
_flagstat.txt",
"MG.assembly.co
verage
_coverage.txt",
"MG.assembly.co
verage
_depth.txt",
"MG.assembly.co
verage
_flagstat.txt",
"MT.assembly.co
ntig
_coverage.txt",
"MT.assembly.co
ntig
_depth.txt",
"MT.assembly.co
ntig
_flagstat.txt",
"MG.assembly.co
ntig
_coverage.txt",
"MG.assembly.co
ntig
_depth.txt",
"MG.assembly.co
ntig
_flagstat.txt",
"MGMT.vizbin.points",
"MGMT.vizbin.filtered.fa",
"MGMT.vizbin.with-contig-names.points"], dir=AN_OUT)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment