Skip to content

Commit 6623e20

Browse files
authored
Update GL-DPPD-7113.md
Updated Step 5 to include a zip command creating the final zipped output file for that step.
1 parent 2a6ec42 commit 6623e20

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Methyl-Seq/Pipeline_GL-DPPD-7113_Versions/GL-DPPD-7113.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ qualimap bamqc -bam sample-1_bismark_bt2_sorted.bam \
649649
--collect-overlap-pairs \
650650
--java-mem-size=6G \
651651
-nt NumberOfThreads
652+
653+
zip -r sample-1_bismark_bt2_qualimap.zip sample-1_bismark_bt2_qualimap/
652654
```
653655

654656
**Parameter Definitions:**
@@ -674,7 +676,8 @@ qualimap bamqc -bam sample-1_bismark_bt2_sorted.bam \
674676

675677
**Output data:**
676678

677-
* **\*sample-1_bismark_bt2_qualimap/** (subdirectory of many alignment QC output files and formatting files for presenting in an html file (see [qualimap documentation](http://qualimap.conesalab.org/doc_html/analysis.html#output))
679+
* \*sample-1_bismark_bt2_qualimap/ (subdirectory of many alignment QC output files and formatting files for presenting in an html file (see [qualimap documentation](http://qualimap.conesalab.org/doc_html/analysis.html#output))
680+
* **\*sample-1_bismark_bt2_qualimap.zip** (zip archive of the qualimap output)
678681

679682
> **NOTE**
680683
> If processing RNA Methylation Sequencing data, file names will include "bismark_hisat2" instead of "bismark_bt2".

0 commit comments

Comments
 (0)