.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. .TH ART_454 "1" "February 2016" "art_454 3.19.15" "User Commands" .SH NAME art_454 \- Simulation of 454 Pyrosequencing .SH DESCRIPTION ART is a set of simulation tools to generate synthetic next-generation sequencing reads. ART simulates sequencing reads by mimicking real sequencing process with empirical error models or quality profiles summarized from large recalibrated sequencing data. .P art_454 can be used for Simulation of 454 Pyrosequencing. .SH USAGE .SS SINGLE\-END SIMULATION .B art_454 [\-s] [\-a ] [\-t] [\-r rand_seed] [ \fB\-p\fR read_profile ] [ \fB\-c\fR num_flow_cycles ] .SS PAIRED\-END SIMULATION .B art_454 [\-s] [\-a ] [\-t] [\-r rand_seed] [ \fB\-p\fR read_profile ] [ \fB\-c\fR num_flow_cycles ] .SS AMPLICON SEQUENCING SIMULATION .B art_454 [\-s] [\-a ] [\-t] [\-r rand_seed] [ \fB\-p\fR read_profile ] [ \fB\-c\fR num_flow_cycles ] <\-A|\-B> <#_READS/#_READ_PAIRS_PER_AMPLICON> .SH OPTIONS .SS MANDATORY OPTIONS .TP INPUT_SEQ_FILE \- the filename of DNA/RNA reference sequences in FASTA format .TP OUTPUT_FILE_PREFIX \- the prefix or directory of output read data file (*.fq) and read alignment file (*.aln) .TP FOLD_COVERAGE \- the fold of read coverage over the reference sequences .TP MEAN_FRAG_LEN \- the average DNA fragment size for paired\-end read simulation .TP STD_DEV \- the standard deviation of the DNA fragment size for paired\-end read simulation .TP #READS_PER_AMPLICON \- number of reads per amplicon (for 5'end amplicon sequencing) .TP #READ_PAIRS_PER_AMPLICON \- number of read pairs per amplicon (for two\-end amplicon sequencing) .SS OPTIONAL PARAMETERS .TP \fB\-A\fR indicate to perform single\-end amplicon sequencing simulation .TP \fB\-B\fR indicate to perform paired\-end amplicon sequencing simulation .TP \fB\-M\fR indicate to use CIGAR 'M' instead of '=/X' for alignment match/mismatch .TP \fB\-a\fR indicate to output the ALN alignment file .TP \fB\-s\fR indicate to output the SAM alignment file .TP \fB\-d\fR print out warning messages for debugging .TP \fB\-t\fR indicate to simulate reads from the built\-in GS FLX Titanium profile [default: GS FLX profile] .TP \fB\-r\fR specify a fixed random seed for the simulation (to generate two identical datasets from two different runs) .TP \fB\-c\fR specify the number of flow cycles by the sequencer [ default: 100 for GS\-FLX, and 200 for GS\-FLX Titanium ] .TP \fB\-p\fR specify user's own read profile for simulation .P NOTE: the name of a read profile is the directory containing read profile data files. please read the REAME file about the format of 454 read profile data files and. and the default filenames of these data files. .SH EXAMPLES .TP 1) singl\-end simulation with 20X coverage .IP art_454 \fB\-s\fR seq_reference.fa ./outdir/single_dat 20 .TP 2) paired\-end simulation with the mean fragment size 1500 and STD 20 using GS FLX Titanium platform .IP art_454 \fB\-s\fR \fB\-t\fR seq_reference.fa ./outdir/paired_dat 10 1500 20 .TP 3) paired\-end simulation with a fixed random seed .IP art_454 \fB\-s\fR \fB\-r\fR 777 seq_reference.fa ./outdir/paired_fxSeed 10 2500 50 .TP 4) single\-end amplicon sequencing with 10 reads per amplicon .IP art_454 \fB\-A\fR \fB\-s\fR amplicon_ref.fa ./outdir/amp_single 10 .TP 5) paired\-end amplicon sequencing with 10 read pairs per amplicon .IP art_454 \fB\-B\fR \fB\-s\fR amplicon_ref.fa ./outdir/amp_paired 10 .SH AUTHOR This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.