@@ -68,27 +68,22 @@ Each experiment is represented as set of parameters (e.g. in curly brackets):
6868All paths should be either absolute or relative to the YAML file.
6969See more in [ examples] ( examples.md ) .
7070
71- ### Providing input reads via dataset description file (deprecated since 3.4)
72-
73- ` --bam_list ` (_ deprecated since 3.4_ )
74- Text file with list of BAM files, one file per line. Each file must be sorted and indexed.
75- Leave empty line or experiment name starting with # between the experiments.
76- For each experiment IsoQuant will generate a individual GTF and count tables.
77- You may also give a label for each file specifying it after a colon (e.g. ` /PATH/TO/file.bam:replicate1 ` ).
78-
79- ` --fastq_list ` (_ deprecated since 3.4_ )
80- Text file with list of FASTQ/FASTA files (can be gzipped), one file per line.
81- Leave empty line or experiment name starting with # between the experiments.
82- For each experiment IsoQuant will generate a individual GTF and count tables.
83- You may also give a label for each file specifying it after a colon (e.g. ` /PATH/TO/file.fastq:replicate1 ` ).
84-
8571### Other input options:
8672` --stranded `
8773 Reads strandness type, supported values are: ` forward ` , ` reverse ` , ` none ` .
8874
8975` --fl_data `
9076 Input sequences represent full-length transcripts; both ends of the sequence are considered to be reliable.
9177
78+ ` --polya_trimmed `
79+ Indicate that reads were poly-A trimmed. Possible values are:
80+ - ` none ` : poly-A tails were not trimmed and will be detected automatically based on reads sequences (default);
81+ - ` stranded ` : reads that have an assigned strand (based on splice sites and assigned gene) will be marked
82+ as having a poly-A tail on the 3' end;
83+ - ` all ` : all reads will be considered to be poly-A-trimmed and will be marked as
84+ having a poly-A tail on the 3'; read direction will be based on the alignment strand flag.
85+ Thus, when using this options, make sure read sequences are properly oriented, i.e. match the original mRNA strand.
86+
9287` --prefix ` or ` -p `
9388 Prefix for all output files and sub-folder name. ` OUT ` if not set.
9489
@@ -253,8 +248,11 @@ We recommend _not_ to modify these options unless you are clearly aware of their
253248` --no_gtf_check `
254249 Do not perform input GTF checks.
255250
251+ ` --process_only_chr `
252+ A list of chromosomes to process during the analysis. All other chromosomes will be ignored.
253+
256254` --discard_chr `
257- A list of chromosomes to skip during the analysis.
255+ A list of chromosomes to skip during the analysis. Has no effect when ` --process_only_chr ` is used.
258256
259257` --delta `
260258 Delta for inexact splice junction comparison, chosen automatically based on data type (e.g. 4bp for PacBio, 6pb for ONT).
0 commit comments