You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The PAR format in the Flux Simulator is used to administrate all parameters of a run. It is a simple format containing key value pairs (one per line) with the following parameter names (i.e., keys):

File Locations

KeyTypeDefault ValueDescription
REF_FILE_NAMEString 

Path to the GTF reference annotation, either absolute or relative to the location of the parameter file

PRO_FILE_NAMEString{REF_FILE_NAME}.PRO

Path to the profile of the run, either absolute or relative to the location of the parameter file; the default profile uses the name of the parameter file with the extension .pro.

LIB_FILE_NAMEString{REF_FILE_NAME}.LIB

Path to the library file of the run, either absolute or relative to the location of the parameter file; the default profile uses the name of the parameter file with the extension .lib.

SEQ_FILE_NAMEString{REF_FILE_NAME}.BED

Path to the sequencing file of the run, either absolute or relative to the location of the parameter file; the default profile uses the name of the parameter file with the extension .bed.

GEN_DIRString 

Path to the directory with the genomic sequences, i.e., one fasta file per chromosome/scaffold/contig with a file name corresponding to the identifiers of the first column in the GTF annotation.

Expression

KeyTypeDefault ValueDescription
LOAD_CODINGBooleanYESCoding messengers, i.e., transcripts that have an annotated CDS, are extracted from the cell.
LOAD_NONCODINGBooleanYESNon-coding RNAs, i.e., transcripts without an annotated ORF are extracted from the cell.
NB_MOLECULESLong5,000,000Number of RNA molecules initially in the experiment.
EXPRESSION_KDouble(-0.6)Exponent of power-law underlying the expression profile [-1;0]
EXPRESSION_X0Double9,500Linear parameter of the exponential decay.
EXPRESSION_X1Double90,250,000Quadratic parameter of the exponential decay.

Library prepeparation

Fragmentation

KeyTypeDefault ValueDescription
RT_PRIMER[RANDOM|POLY-DT] Flag to switch between random priming and poly-dT priming for the first strand synthesis of the reverse transcription
RT_MINInteger Minimum length (in [nt]) of the expected reversely transcribed cDNA molecules
RT_MAXInteger Maximum length (in [nt]) of the expected reverse transcription products
FRAGMENTATION[YES|NO] Optional: flag that determines whether a fragmentation step is carried out
FRAG_B4_RT[YES|NO] flag to schedule the fragmentation before (YES), or after (NO) the reverse transcription. Note for fragmentations carried out before reverse transcription, exclusively random priming strategies are reasonable.
FRAG_MODE[PHYSICAL|CHEMICAL] flag to switch between fragmentation according to physical or chemical attributes.
FRAG_LAMBDAInteger Upper boundary of fragment lengths (in [nt]) that are not expected to be fragmented by the applied technique
FILTERING[YES|NO] Flag to indicate whether a length filtering step is carried out on the cDNA library.
FILT_MINInteger Minimum length that is retained during filtering.
FILT_MAXInteger Maximum length that is retained during filtering.
READ_NUMBERInteger Number of reads that are intented to produce. Note: this number is an upper boundary and gets adapted to the actual size of the intermediary generated library.
READ_LENGTHInteger Length of the generated reads, depends on filtering settings.
PAIRED_END[YES|NO] Flag to indicate whether read pairs are produced.
FASTQ[YES|NO] Flag that indicates whether additionally the read sequences and qualities are output. Depends on GENOME_DIR and ERR_FNAME.
QTHOLDInteger Quality value below which base-calls are considered problematic.
TMP_DIRString Path to folder for temporary files, if different from system standard (commonly /tmp on Unix clones).
  • No labels