You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- we use the reference genome ecoli.fa (--reference-file) and its annotation for SNPeff (--annotation-file)
165
165
- we use the sequana_coverage tool (True by default) to get coverage plots.
166
166
- we use --input-directory to indicatre where to find the input files
167
-
- This data set is paired. In NGS, it is common to have _R1_ and _R2_ tags to differentiate the 2 files. Here the tag
168
-
are _1 and _2. In sequana we define the a wildcard for the read tag. So here we tell the software that thex ecpted tag
169
-
follow this pattern: "_[12]." and everything is then automatic.
167
+
- This data set is paired. In NGS, it is common to have _R1_ and _R2_ tags to differentiate the 2 files. Here the tags are `_1` and `_2`. In sequana we define the a wildcard for the read tag. So here we tell the software that thex expected tags follow this pattern: "_[12]." and everything is then automatic.
170
168
171
169
Then follow the instructions (prepare and execute the pipeline).
172
170
@@ -175,11 +173,11 @@ You should end up with a summary.hml report.
175
173
176
174
You can browse the different samples (only one in this example) and get a table with variant calls:
0 commit comments