Merged bug fix from Stable into Unstable

This commit is contained in:
Mauricio Carneiro 2011-12-09 16:51:46 -05:00
commit 21ac3b59d7
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ class PacbioProcessingPipeline extends QScript {
@Input(doc="input FASTA/FASTQ/BAM file - or list of FASTA/FASTQ/BAM files. ", shortName="i", required=true)
var input: File = _
@Input(doc="path to R resources folder inside the Sting repository", fullName="path_to_r", shortName="r", required=true)
var R: String = _
@Input(doc="Reference fasta file", shortName="R", required=true)
var reference: File = _