Skip to content

heuselm/workflows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSWATH Snakemake Workflows

Installation

  • Either install all dependencies or use the preconfigured Docker container:
    docker pull openswath/develop:latest
  • Clone the repository to your local installation.

Usage

  • Start up an instance of the Docker container:
    docker run --name osw_wf --rm -v workflows:/data -i -t openswath/develop
  • Copy your DIA files to dia_data.
  • Edit the parameters in wf_diau, wf_library and wf_openswath if necessary.
  • Execute the full workflow:
    snakemake -j4

About

OpenSWATH Snakemake Workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • R 11.8%