Menu

Tree [5e0287] master /
 History

HTTPS access


File Date Author Commit
 MLDBM 2013-12-11 Giuseppe Narzisi Giuseppe Narzisi [cbd711] Initial commit
 Microassembler 2014-12-10 Giuseppe Narzisi Giuseppe Narzisi [effa74] g++ optimization flag (-O3) in Makefile
 Parallel 2013-12-11 Giuseppe Narzisi Giuseppe Narzisi [cbd711] Initial commit
 bamtools-2.3.0 2013-12-11 Giuseppe Narzisi Giuseppe Narzisi [cbd711] Initial commit
 bcftools-1.1 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [9fb03b] increased specificity for somatic and denovo ca...
 samtools-1.1 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [9fb03b] increased specificity for somatic and denovo ca...
 ChangeLog 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [4a6ce0] updated manual
 ExportVariants.pl 2014-12-26 chapmanb chapmanb [114b8c] Fix typos in FILTER specifications for microsat...
 FindDenovos.pl 2014-12-27 chapmanb chapmanb [5e0287] Pass pathlimit arguments from scalpel command t...
 FindSomatic.pl 2014-12-27 chapmanb chapmanb [5e0287] Pass pathlimit arguments from scalpel command t...
 FindVariants.pl 2014-12-27 chapmanb chapmanb [5e0287] Pass pathlimit arguments from scalpel command t...
 HashesIO.pm 2014-08-22 chapmanb chapmanb [ffe579] Fix typo in loadDB when checking if mutations f...
 LICENSE 2013-12-11 Giuseppe Narzisi Giuseppe Narzisi [cbd711] Initial commit
 MANUAL 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [c7c77e] fix Makefile; updated path to samtools and bcft...
 MLDBM.pm 2013-12-11 Giuseppe Narzisi Giuseppe Narzisi [cbd711] Initial commit
 Makefile 2014-12-10 Giuseppe Narzisi Giuseppe Narzisi [effa74] g++ optimization flag (-O3) in Makefile
 README 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [4a6ce0] updated manual
 SequenceIO.pm 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [9fb03b] increased specificity for somatic and denovo ca...
 Usage.pm 2014-12-09 Giuseppe Narzisi Giuseppe Narzisi [340731] added --pathlimit parameter in denovo and somat...
 Utils.pm 2014-11-11 Giuseppe Narzisi Giuseppe Narzisi [c7c77e] fix Makefile; updated path to samtools and bcft...
 scalpel 2014-12-27 chapmanb chapmanb [5e0287] Pass pathlimit arguments from scalpel command t...

Read Me

Introduction
============

What is Scalpel?
----------------

Scalpel is a DNA micro-assembly pipeline for detecting 
INDEL (INsertion and DEletion) mutations in Next-Generation Sequencing (NGS) data.

What does it mean that Scalpel is in "beta"?
--------------------------------------------

Scalpel is currently under active development and it will be likely to see
changes in the output and command line parameters in the near future.

Obtaining Scalpel
=================

Scalpel can be downloaded from the Sourceforge site at the following address:

http://sourceforge.net/projects/scalpel/

The package has been tested under Linux and Mac OS X operating systems.

Building from source
--------------------

Building and running Scalpel from source requires a GNU-like environment with 

1. GCC
2. GNU Make
3. GNU CMake
4. Perl 5.10 or later

It should be possible to build Scalpel on most Linux installations 
or on a Mac installation with [Xcode and Xcode command line tools] installed.

Instructions to install Xcode (Mac only): 
(1) install Xcode
(2) open XCode -> Preferences -> Downloads -> Download XCode Command Line Tools [needed for 'make']

First, download the source package from the sourceforge site. 
Unzip the file, change to the unzipped directory, and build the
scalpel by running GNU `make` (usually with the command `make`, but
sometimes with `gmake`) with no arguments.  

Adding to PATH
--------------

By adding your Scalpel directory to your PATH (environment variable), you
ensure that whenever you run `scalpel` from the command line, you will get 
the version you just installed without having to specify the entire path.  
This is recommended for most users.  To do this, follow your operating system's 
instructions for adding the directory to your PATH.

Memory requirements
-------------------

For the human genome, a minimum of 3GB of RAM is required to run Scalpel. 
However, a machine with 10GB of RAM is recommended.

Documentation
=============

See included file MANUAL for details.

Wrapper
-------

The `scalpel` executable is a Perl wrapper script that orchestrates 
the pipeline analysis. It is recommended that you always run the `scalpel` directly.

License
=======

Scalpel is released under the MIT License.
Copyright (c) 2013-2014 Giuseppe Narzisi and Michael C. Schatz

See included file LICENSE for details.

Contact
======

If you have questions, comments, suggestions, bug reports, etc.
please send them to:

Giuseppe Narzisi 
New York Genome Center
Email: gnarzisi@nygenome.org
Project Website: http://sourceforge.net/projects/scalpel/

MongoDB Logo MongoDB