Package picard.sam.util
Class PGTagArgumentCollection
- java.lang.Object
-
- picard.sam.util.PGTagArgumentCollection
-
public class PGTagArgumentCollection extends Object
Argument Collection which holds parameters common to classes that want to add PG tags to reads in SAM/BAM files
-
-
Field Summary
Fields Modifier and Type Field Description BooleanADD_PG_TAG_TO_READS
-
Constructor Summary
Constructors Constructor Description PGTagArgumentCollection()
-
-
-
Field Detail
-
ADD_PG_TAG_TO_READS
@Argument(doc="Add PG tag to each read in a SAM or BAM", common=true) public Boolean ADD_PG_TAG_TO_READS
-
-