Quick Start ===== .. _quick_start: Starting from an assembled transcriptome ---------------- If you already have a transcriptome, start the pipeline on the ``database`` mode and provide the path to the folder containing your GTF files with the ``--gtf_folder`` parameter (skip to step 3) Starting from RNA-Seq reads ---------------- You should assemble your transcriptome using a transcriptome assembler such as StringTie or Cufflinks after aligning the reads to the genome with a splice-aware aligner such as STAR or hisat2. Rp3 needs the GTF file produced by these assemblers. Using the reference GTF ---------------- Alternatively, you can just use a reference GTF file from Ensembl or NCBI, for instance. The GTF files has to contain 'transcript' and 'exon' features. The limitation when using a reference GTF is that you cannot include novel transcripts for your samples. The pipeline will then perform the 3-frame translation on already annotated transcripts. Annotated ORFs will be removed afterwards. Generate a custom proteomics database ---------------- Run RP3 on the ``database`` mode .. code-block:: console $ rp3.py database --outdir --threads 8 --genome --gtf_folder --proteome