Skip to content

rokitalab/fragpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FragPipe command line interface

This repository was created to enable custom mass spectrometry library epitope searching using FragPipe via the command line, adapted from https://github.com/Nesvilab/FragPipe. For more information, please see our Wiki.

Note: Canonical FASTA UP000005640_9606.fasta was obtained from UniProt, last modified date of 2024-07-24.

To reproduce the code in this repository:

This repository contains a docker image and code used to conduct analyses.

  1. Clone the repository
git clone git@github.com:rokitalab/fragpipe.git
  1. Pull the docker container:
docker pull pgc-images.sbgenomics.com/rokita-lab/fragpipe:v22.0
  1. Start the docker container, from the root directory, run:
docker run --name <CONTAINER_NAME> -d -e PASSWORD=ANYTHING -p 8787:8787 -v $PWD:/home/rstudio/fragpipe pgc-images.sbgenomics.com/rokita-lab/fragpipe:v22.0

Note: If running on a Macbook with M1 chip, include the argument --platform linux/amd64

  1. To execute shell within the docker image, from the root directory, run:
docker exec -ti <CONTAINER_NAME> bash

About

For fragpipe automation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5