Skip to content

rokitalab/fragpipe-peptide-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fragpipe Peptide Ranking

This repository provides scripts to summarize FragPipe peptide results and generate peptide ranking outputs and heatmaps.

Prerequisites

  1. Docker installed and running.
  2. Access to image: pgc-images.sbgenomics.com/rokita-lab/peptide-rank:v1.0.0.

Quick Start

  1. Clone the repository:
git clone git@github.com:rokitalab/fragpipe-peptide-ranking.git
cd fragpipe-peptide-ranking
  1. Pull the Docker image:
docker pull pgc-images.sbgenomics.com/rokita-lab/peptide-rank:v1.0.0
  1. Start the container from the repository root:
docker run --platform linux/amd64 \
  --name peptide-rank \
  -d \
  -e PASSWORD=pass \
  -p 8787:8787 \
  -v "$PWD":/home/rstudio/fragpipe-peptide-ranking \
  pgc-images.sbgenomics.com/rokita-lab/peptide-rank:v1.0.0
  1. Open RStudio in a browser:
  • Local machine: http://localhost:8787
  • Remote VM/EC2: http://<INSTANCE_IP>:8787

Login credentials:

  • username: rstudio
  • password: value of PASSWORD above (default shown: pass)
  1. Open a shell in the running container:
docker exec -ti peptide-rank bash

Detailed Workflow

For CAVATICA mount/copy steps and running both ranking scripts, see:

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Generated from rokitalab/repo-template