Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 13, 2021
1 parent e91d6a1 commit 3245bb0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/source/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cookbook

.. contents::

Creating SRA objects
Using SRA objects
----------------------
.. code-block::
Expand Down Expand Up @@ -36,4 +36,14 @@ Creating SRA objects
myob.delete_fastq()
#delete sra
myob.delete_sra()
myob.delete_sra()
#download fastq
myob.download_fastq()
#trim fastq files
myob.trim(qcobject)
Using Mapping objects
----------------------

0 comments on commit 3245bb0

Please sign in to comment.