Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yichao authored and Yichao committed Aug 15, 2024
1 parent 6126c23 commit bbf379d
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions docs/content/Bioinformatics_tools/isoquant.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
long-read RNA-seq quantification
===============================


Summary
^^^^^^^

long-read RNA-seq quantification using isoQuant


Input
^^^^^


Fastq files. Need to have ``fastq`` in the filename. e.g., .fastq or .fastq.gz


Usage
^^^^^

Copy the ``*fastq*`` files into the working dir.

.. code:: bash
hpcf_interactive.sh
module load python/2.7.13
# cd to your working dir
run_lsf.py -p isoQuant
Output
^^^^^

In the jobID folder, see ``OUT.transcript_grouped_tpm.tsv`` or ``OUT.gene_grouped_tpm.tsv``

Comments
^^^^^^^^

.. disqus::
:disqus_identifier: NGS_pipelines












0 comments on commit bbf379d

Please sign in to comment.