-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating readme and diagrams for pipelines
- Loading branch information
1 parent
9dfa90e
commit df339b8
Showing
5 changed files
with
86 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
@startuml | ||
|
||
split | ||
-[hidden]-> | ||
#palegreen: embl; | ||
split again | ||
-[hidden]-> | ||
#palegreen: control plot files; | ||
split again | ||
-[hidden]-> | ||
#palegreen: condition plot files; | ||
end split | ||
|
||
:start tradis pipeline combine; | ||
|
||
:prepare embl file; | ||
split | ||
:run essentiality for control plot files; | ||
split again | ||
:run essentiality for condition plot files; | ||
end split | ||
split | ||
:compare figures from essentiality; | ||
split again | ||
: log fold change plot; | ||
: create gene report; | ||
end split | ||
|
||
: end tradis pipeline combine; | ||
|
||
split | ||
#palegreen: gene report; | ||
kill | ||
split again | ||
#palegreen: figures; | ||
kill | ||
end split | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
@startuml | ||
|
||
split | ||
-[hidden]-> | ||
#palegreen: reference genome; | ||
split again | ||
-[hidden]-> | ||
#palegreen: fastq files; | ||
end split | ||
|
||
:start tradis pipeline create_plots; | ||
|
||
split | ||
:samtools index reference (faidx); | ||
split again | ||
:index reference (selected mapping tool); | ||
split | ||
:create plot file for fastq 1; | ||
split again | ||
:create plot file for fastq 2; | ||
split again | ||
:create plot file for fastq n; | ||
end split | ||
:combine stats from plot files; | ||
end split | ||
|
||
: end tradis pipeline create_plots; | ||
|
||
split | ||
#palegreen: indexed reference; | ||
kill | ||
split again | ||
#palegreen: plot files; | ||
kill | ||
split again | ||
#palegreen: statistics; | ||
kill | ||
end split | ||
|
||
@enduml |