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
-[TAMA MERGE](#tama-merge) - Merge all annotations into one for each sample with TAMA merge
@@ -138,24 +137,12 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
138
137
139
138
[BIOPERL](https://bioperl.org/) Some CIGAR string sometimes with a gap (N). This can happen when using GFF file converted to GTF file. See [Issue #11](https://github.com/ksahlin/ultra/issues/11) from uLTRA repo.
140
139
141
-
### SAMTOOLS SORT
142
-
143
-
<detailsmarkdown="1">
144
-
<summary>Output files</summary>
145
-
146
-
-`07_SAMTOOLS_SORT/`
147
-
-`<sample>.chunk<X>_sorted.bam`: The sorted aligned reads.
148
-
149
-
</details>
150
-
151
-
[SAMTOOLS SORT](http://www.htslib.org/doc/samtools-sort.html) sort the aligned reads and convert the sam file in bam file.
152
-
153
140
### TAMA COLLAPSE
154
141
155
142
<detailsmarkdown="1">
156
143
<summary>Output files</summary>
157
144
158
-
-`08_GSTAMA_COLLAPSE/`
145
+
-`07_GSTAMA_COLLAPSE/`
159
146
-`<sample>.chunk<X>_collapsed.bed`: This is a bed12 format file containing the final collapsed version of your transcriptome
160
147
-`<sample>.chunk<X>_local_density_error.txt`: This file contains the log of filtering for local density error around the splice junctions
161
148
-`<sample>.chunk<X>_polya.txt`: This file contains the reads with potential poly A truncation
@@ -175,8 +162,9 @@ The pipeline is built using [Nextflow](https://www.nextflow.io/) and processes d
175
162
<detailsmarkdown="1">
176
163
<summary>Output files</summary>
177
164
178
-
-`09_GSTAMA_FILELIST/`
165
+
-`08_GSTAMA_FILELIST/`
179
166
-`<sample>.tsv`: A tsv listing bed files to merge with TAMA merge
167
+
-`all_samples.tsv`: A tsv listing bed files from all samples to merge with TAMA merge
180
168
181
169
</details>
182
170
@@ -187,15 +175,15 @@ TAMA FILELIST is a home script for generating input file list for TAMA merge.
187
175
<detailsmarkdown="1">
188
176
<summary>Output files</summary>
189
177
190
-
-`10_GSTAMA_MERGE/`
178
+
-`09_GSTAMA_MERGE/`
191
179
-`<sample>.bed`: This is the main merged annotation file.
192
180
-`<sample>_gene_report.txt`: This contains a report of the genes from the merged file.
193
181
-`<sample>_merge.txt`: This contains a bed12 format file which shows the coordinates of each input transcript matched to the merged transcript ID.
194
182
-`<sample>_trans_report.txt`: This contains the source information for each merged transcript.
195
183
196
184
</details>
197
185
198
-
[TAMA MERGE](https://github.com/GenomeRIK/tama/wiki/Tama-Merge) TAMA Merge is a tool that allows you to merge multiple transcriptomes while maintaining source information.
186
+
[TAMA MERGE](https://github.com/GenomeRIK/tama/wiki/Tama-Merge) TAMA Merge is a tool that allows you to merge multiple transcriptomes while maintaining source information. When there are two or more samples, output files corresponding to `all_samples` are also stored if `--tama_merge_all` parameter is set.
0 commit comments