Skip to content

raymond301/swift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift

Search multiple tandem mass spec. datafiles using multiple search engines at once: Mascot, Comet, X!Tandem, and MyriMatch.

Swift inputs

Swift accepts one or multiple raw, mgf, mzML or Agilent .d files. You can process separate files or entire directories.

Swift outputs

Swift produces Scaffold 3 reports (.sf3 files). You can view these reports on your own computer, just download and install the free Scaffold 3 viewer. There are several possibilities how to map input files to Scaffold reports.

Build

To build Swift, the following is required:

Once you have Java and Maven setup, you can build Swift as follows:

Get Swift from github

git clone git://github.com/romanzenka/swift.git

Create swift-$VER-install.tar.gz

cd swift
mvn install -DskipTests
cd swift/installer/target
ls
# You should see swift-$VER-install.tar.gz
  • If you want to run all the unit tests, feel free to omit the -DskipTests clause!

Congratulations!

You are ready to install Swift.

  • Copy the swift/installer/target/swift-$VER-install.tar.gz to your target machine.
  • Unzip it
  • Install instructions are in swift-$VER/INSTALL.txt

Please mail zenka.roman@mayo.edu if you have any problems!

About

Swift user interface to run multiple proteomics search engines + scaffold

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.7%
  • JavaScript 11.3%
  • HTML 9.1%
  • R 1.0%
  • CSS 1.0%
  • ApacheConf 0.6%
  • Other 0.3%