Skip to content

Commit

Permalink
Merge pull request #37 from Novartis/Update-documentation-build-and-e…
Browse files Browse the repository at this point in the history
…xpression-summary-details

Update documentation build and expression summary details
  • Loading branch information
mdshw5 authored May 28, 2024
2 parents 9936079 + d6909a1 commit e39faae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
python-version: 3.9

- name: Setup R
uses: r-lib/actions/setup-r@master
uses: r-lib/actions/setup-r@v2
with:
r-version: '3.6.2'

- name: Install renv
run: Rscript -e "install.packages(c('renv'), repos='https://cran.rstudio.com')"

- name: Install python packages
run: pip install tox
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
build
dist
docs
*.egg-info
*.egg-info
.vscode/settings.json
10 changes: 10 additions & 0 deletions docsource/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ explicitly, or default to automatic values.
.. command-output:: pisces run --help

The (``-t, --sample-type``) flag is used to specify the species name,
which will select the index files ``salmon quant`` uses to quantify transcript expression from the selected
set of fastq files. The species name is the top level key in the :doc:`config` file. If the ``--sample-type``
defines a transcriptome composed of transcripts from multiple species/assemblies (GTF/FASTA pairs), the
transcript expression will be quantified using a single combined index with transcript abundance jointly
calculated on all transcripts from the composite transcriptome. The ``pisces summarize-expression`` command will separate transcript and gene
expression estimantes (counts and TPM) into separate output tables for each species/assembly and re-scale TPM values as if the
transcript and gene expression were estimated independently. This method ensures that sequence reads which map ambiguously
between similar transcripts will be assigned to the most likely transcript during quantification.

.. _submit_example:

pisces submit
Expand Down

0 comments on commit e39faae

Please sign in to comment.