-
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.
Overhauling compare pipeline. Broken up the pipeline into more stages
and created tools to which can run the stages independently. This should make debugging much easier. Also Updating readme and diagrams for pipelines
- Loading branch information
1 parent
9dfa90e
commit 1ec74f4
Showing
111 changed files
with
15,637 additions
and
681 deletions.
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,57 @@ | ||
@startuml | ||
|
||
split | ||
-[hidden]-> | ||
#palegreen: embl; | ||
split again | ||
-[hidden]-> | ||
#palegreen: control plot files; | ||
split again | ||
-[hidden]-> | ||
#palegreen: condition plot files; | ||
end split | ||
|
||
#lightblue:start tradis pipeline compare; | ||
|
||
split | ||
: create count file for | ||
original plot and original embl; | ||
split again | ||
split | ||
:prepare embl file; | ||
split again | ||
: split plot file; | ||
split | ||
#lightyellow:forward; | ||
split again | ||
#lightyellow:reverse; | ||
split again | ||
#lightyellow:combined; | ||
end split | ||
end split | ||
: create count files for split plots | ||
and prepared embl; | ||
end split | ||
split | ||
:run essentiality for | ||
each plot file; | ||
:essentiality analysis; | ||
split again | ||
:compare plot files | ||
create figures; | ||
split again | ||
: logfc comparison; | ||
: create gene report; | ||
end split | ||
|
||
#lightblue: end tradis pipeline compare; | ||
|
||
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 | ||
|
||
#lightblue: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 | ||
|
||
#lightblue: end tradis pipeline create_plots; | ||
|
||
split | ||
#palegreen: indexed reference; | ||
kill | ||
split again | ||
#palegreen: plot files; | ||
kill | ||
split again | ||
#palegreen: statistics; | ||
kill | ||
end split | ||
|
||
@enduml |
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
Oops, something went wrong.