Skip to content

Commit

Permalink
Update the version of quartet-protqc-report.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Jun 20, 2023
1 parent 68dcd03 commit 41de745
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/about/news.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## June 20, 2023

- **Documentation Improvement**
- Improve some documents

- **Release new version of quartet-protqc-report and related docker image**

- [quartet-protqc-report v0.2.4-6534a16b](https://github.com/chinese-quartet/quartet-rseqc-report)

- [quartet-protqc-report v0.2.4-6534a16b](https://www.chinese-quartet.org/#/seq-flow/rseqc-report-management)

## June 19, 2023

- **Documentation Improvement**
Expand Down
4 changes: 2 additions & 2 deletions docs/data_pipelines/proteomics/qc_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ See details on [Step by Step Guide](../../getting_started/step_by_step_guide_pro
More versions on [Docker Registry](https://github.com/chinese-quartet/quartet-protqc-report/pkgs/container/quartet-protqc-report)

```
docker pull ghcr.io/chinese-quartet/quartet-protqc-report:v0.2.2-27439957
docker pull ghcr.io/chinese-quartet/quartet-protqc-report:v0.2.4-6534a16b
```
2. Run quartet-protqc-report with docker image
Assuming that your data file is named `data.csv` and metadata file is named `metadata.csv` and all files are placed in `/your-dir` directory.
```
docker run -v /your-dir:/data -it ghcr.io/chinese-quartet/quartet-protqc-report:v0.2.2-27439957 -d /data/data.csv -m /data/metadata.csv -o /data
docker run -v /your-dir:/data -it ghcr.io/chinese-quartet/quartet-protqc-report:v0.2.4-6534a16b -d /data/data.csv -m /data/metadata.csv -o /data
```
3. Find your QC report in `/your-dir/multiqc_report.html`
Expand Down

0 comments on commit 41de745

Please sign in to comment.