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
tbg
backmap_workflow
Commits
ce64e1d5
Commit
ce64e1d5
authored
Jan 07, 2021
by
Raphael Müller
Browse files
Update README.md
parent
70ac244f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ce64e1d5
...
...
@@ -127,36 +127,24 @@ graph TD;
SSN --> NSor[Nanopore Sorted Bam Files];
end
subgraph Qualimap
ISor --> QMI{qualimap} --> MultiQC{{multiqc}}
PSor --> QMP{qualimap} --> MultiQC
NSor --> QMN{qualimap} --> MultiQC
end
subgraph RScripts
ISor --> bedI{bedtools genomecov} --> RCovSingleI{{"R Coverage Plot (single)"}}
PSor --> bedP{bedtools genomecov} --> RCovSingleP{{"R Coverage Plot (single)"}}
NSor --> bedN{bedtools genomecov} --> RCovSingleN{{"R Coverage Plot (single)"}}
ISor --> QMI{qualimap} --> MultiQC{{multiqc}}
PSor --> QMI
NSor --> QMI
bedI --> RCovMulti{{"R Coverage Plot (multi)"}}
bedP --> RCovMulti
bedN --> RCovMulti
end
ISor --> bedI{bedtools genomecov} --> RCovSingleI{{"R Coverage Plot (single)"}}
PSor --> bedI
NSor --> bedI
subgraph Samtools Stat
ISor --> SSTI{{samtools stat}}
PSor --> SSTP{{samtools stat}}
NSor --> SSTN{{samtools stat}}
end
bedI --> RCovMulti{{"R Coverage Plot (multi)"}}
ISor --> SSTI{{samtools stat}}
PSor --> SSTI
NSor --> SSTI
bedI --> GSEI{{Genome Size Estimation}}
Assembly --> GSEI
subgraph Genome Size Estimation
bedI --> GSEI{{Genome Size Estimation}}
bedP --> GSEP{{Genome Size Estimation}}
bedN --> GSEN{{Genome Size Estimation}}
Assembly --> GSEI
Assembly --> GSEP
Assembly --> GSEN
end
```
## Changes to the original perl pipeline
...
...
Write
Preview
Supports
Markdown
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