Skip to content

Commit 7f0e1ee

Browse files
authored
Merge pull request #173 from bnovak32/RNASeq_add_assay_suffixes
Added assay suffixes to additional output files in RNASeq pipelines.
2 parents c5444eb + 69d6889 commit 7f0e1ee

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

RNAseq/Pipeline_GL-DPPD-7101_Versions/GL-DPPD-7101-G.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ trim_galore --gzip \
277277

278278
**Output Data:**
279279

280-
- **\*fastq.gz** (trimmed reads)
280+
- **\*\_GLbulkRNAseq{_R1,_R2}_trimmed_fastq.gz** (trimmed reads)
281281
- **\*trimming_report.txt** (trimming report)
282282

283283
<br>
@@ -462,12 +462,12 @@ gzip *_unmapped.fastq
462462
**Output Data:**
463463

464464
- *Aligned.sortedByCoord.out.bam (sorted mapping to genome)
465-
- **\*Aligned.toTranscriptome.out.bam** (sorted mapping to transcriptome)
466-
- **\*Log.final.out** (log file containing alignment info/stats such as reads mapped, etc)
465+
- **\*_GLbulkRNAseq_Aligned.toTranscriptome.out.bam** (sorted mapping to transcriptome)
466+
- **\*_GLbulkRNAseq_Log.final.out** (log file containing alignment info/stats such as reads mapped, etc)
467467
- *ReadsPerGene.out.tab (tab delimitated file containing STAR read counts per gene with 4 columns that correspond to different strandedness options: column 1 = gene ID, column 2 = counts for unstranded RNAseq, column 3 = counts for 1st read strand aligned with RNA, column 4 = counts for 2nd read strand aligned with RNA)
468468
- *Log.out (main log file containing detailed info about the STAR run)
469469
- *Log.progress.out (minute-by-minute report containing job progress statistics, such as the number of processed reads, % of mapped reads etc.)
470-
- **\*SJ.out.tab** (high confidence collapsed splice junctions in tab-delimited format)
470+
- **\*_GLbulkRNAseq_SJ.out.tab** (high confidence collapsed splice junctions in tab-delimited format)
471471
- *_STARgenome (directory containing the following:)
472472
- sjdbInfo.txt
473473
- sjdbList.out.tab
@@ -476,7 +476,7 @@ gzip *_unmapped.fastq
476476
- SJ.out.tab
477477
- *_STARtmp (directory containing the following:)
478478
- BAMsort (directory containing subdirectories that are empty – this was the location for temp files that were automatically removed after successful completion)
479-
- **\*unmapped.fastq.gz** (unmapped and partially mapped reads)
479+
- **\*\_GLbulkRNAseq{_R1,_R2}_unmapped.fastq.gz** (unmapped and partially mapped reads)
480480

481481
<br>
482482

@@ -580,7 +580,7 @@ samtools sort -m 3G \
580580

581581
**Output Data:**
582582

583-
- **\*Aligned.sortedByCoord_sorted.out.bam** (samtools sorted genome aligned bam file)
583+
- **\*_GLbulkRNAseq_Aligned.sortedByCoord_sorted.out.bam** (samtools sorted genome aligned bam file)
584584

585585
<br>
586586

@@ -601,7 +601,7 @@ samtools index -@ NumberOfThreads /path/to/*Aligned.sortedByCoord_sorted.out.bam
601601

602602
**Output Data:**
603603

604-
- **\*Aligned.sortedByCoord_sorted.out.bam.bai** (index of sorted mapping to genome file)
604+
- **\*_GLbulkRNAseq_Aligned.sortedByCoord_sorted.out.bam.bai** (index of sorted mapping to genome file)
605605

606606
<br>
607607

@@ -966,8 +966,8 @@ rsem-calculate-expression --num-threads NumberOfThreads \
966966

967967
**Output Data:**
968968

969-
- **\*genes.results** (counts per gene)
970-
- **\*isoforms.results** (counts per isoform)
969+
- **\*_GLbulkRNAseq.genes.results** (counts per gene)
970+
- **\*_GLbulkRNAseq.isoforms.results** (counts per isoform)
971971
- *stat (directory containing the following stats files)
972972
- *cnt
973973
- *model
@@ -1093,7 +1093,7 @@ echo "*: ${rRNA_count} rRNA entries removed." > *_rRNA_counts.txt
10931093
- *rrna_ensembl_ids.txt (file containing list of gene IDs with rRNA features, output from [Step 8di](#8di-extract-rrna-gene-ids-from-gtf))
10941094

10951095
**Output Data:**
1096-
- **\*rRNArm.genes.results** (RSEM gene counts with rRNA entries removed)
1096+
- **\*_GLbulkRNAseq_rRNArm.genes.results** (RSEM gene counts with rRNA entries removed)
10971097
- *rRNA_counts.txt (Summary of number of rRNA entries removed)
10981098

10991099
<br>

RNAseq/Pipeline_GL-DPPD-7115_Versions/GL-DPPD-7115.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ trim_galore --gzip \
216216

217217
**Output Data:**
218218

219-
- **\*fastq.gz** (trimmed reads)
219+
- **\*\_GLbulkRNAseq{_R1,_R2}_trimmed_fastq.gz** (trimmed reads)
220220
- **\*trimming_report.txt** (trimming report)
221221

222222
<br>
@@ -356,8 +356,8 @@ mv <sample_id>.unmapped.fastq.2.gz <sample_id>_R2_unmapped.fastq.gz # For paire
356356
**Output Data:**
357357

358358
- *\.sam (alignments in SAM format)
359-
- **\*.bowtie2.log** (log file containing alignment statistics)
360-
- **\*unmapped.fastq.gz** (unmapped and partially mapped reads)
359+
- **\*_GLbulkRNAseq.bowtie2.log** (log file containing alignment statistics)
360+
- **\*_GLbulkRNAseq{_R1,_R2}_unmapped.fastq.gz** (unmapped and partially mapped reads)
361361

362362
<br>
363363

@@ -435,7 +435,7 @@ samtools sort -m 3G \
435435

436436
**Output Data:**
437437

438-
- **\*_sorted.bam** (samtools sorted genome-aligned bam file)
438+
- **\*_GLbulkRNAseq_sorted.bam** (samtools sorted genome-aligned bam file)
439439

440440
<br>
441441

@@ -456,7 +456,7 @@ samtools index -@ NumberOfThreads /path/to/*_sorted.bam
456456

457457
**Output Data:**
458458

459-
- **\*_sorted.bam.bai** (index of sorted mapping to genome file)
459+
- **\*_GLbulkRNAseq_sorted.bam.bai** (index of sorted mapping to genome file)
460460

461461
<br>
462462

0 commit comments

Comments
 (0)