Skip to content

Commit

Permalink
bookend 1.2.0 update
Browse files Browse the repository at this point in the history
Finalized setup files for 1.2.0
  • Loading branch information
maschon0 committed Sep 19, 2023
1 parent 7b4f9fc commit d743fde
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Take a look at the [Bookend publication](https://genomebiology.biomedcentral.com
## Installation
Bookend can be installed through the Python Package Index (PyPI) on UNIX systems with Python 3.6+ using the command:
```
pip install bookend-rna
pip install bookend-rna --upgrade
```

If installing from the GitHub source code, perform the following steps:
Expand All @@ -23,15 +23,16 @@ Once installed, all utilities can be accessed on the command as bookend subcomma

usage: bookend [subcommand] [options] [input file(s)]
Subcommands (use -h/--help for more info):

label (Label 5' and 3' ends in a FASTQ file)
elr (Convert a BAM/SAM file to the end-labeled read format)
assemble (Assemble transcripts from aligned end-labeled reads)
condense (Partial assembly that leaves keeps all fragments; use for meta-assembly)
classify (Compare an assembly to the transcripts of a reference annotation)
merge (Combine GTF files into a unified annotation)
bedgraph (Write a coverage Bedgraph file of end-labeled reads)
fasta (Write a transcript FASTA file from an annotation and genome)

--end-labeled read (ELR) operations--
elr-sort
elr-subset
Expand All @@ -44,4 +45,4 @@ Once installed, all utilities can be accessed on the command as bookend subcomma
elr-to-bed
sam-to-sj
sj-to-bed
sj-merge
sj-merge
6 changes: 3 additions & 3 deletions bookend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.1.0'
__updated__ = '04.20.2023'
__date__ = '04.20.2023'
__version__ = '1.2.0'
__updated__ = '09.19.2023'
__date__ = '09.19.2023'
11 changes: 6 additions & 5 deletions bookend_rna.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: bookend-rna
Version: 1.1.2
Version: 1.2.0
Summary: End-guided transcript assembler for short and long RNA-seq reads.
Home-page: https://github.com/Gregor-Mendel-Institute/bookend
Author: Michael A. Schon
Expand All @@ -26,7 +26,7 @@ Take a look at the [Bookend publication](https://genomebiology.biomedcentral.com
## Installation
Bookend can be installed through the Python Package Index (PyPI) on UNIX systems with Python 3.6+ using the command:
```
pip install bookend-rna
pip install bookend-rna --upgrade
```

If installing from the GitHub source code, perform the following steps:
Expand All @@ -40,15 +40,16 @@ Once installed, all utilities can be accessed on the command as bookend subcomma

usage: bookend [subcommand] [options] [input file(s)]
Subcommands (use -h/--help for more info):

label (Label 5' and 3' ends in a FASTQ file)
elr (Convert a BAM/SAM file to the end-labeled read format)
assemble (Assemble transcripts from aligned end-labeled reads)
condense (Partial assembly that leaves keeps all fragments; use for meta-assembly)
classify (Compare an assembly to the transcripts of a reference annotation)
merge (Combine GTF files into a unified annotation)
bedgraph (Write a coverage Bedgraph file of end-labeled reads)
fasta (Write a transcript FASTA file from an annotation and genome)

--end-labeled read (ELR) operations--
elr-sort
elr-subset
Expand All @@ -61,6 +62,6 @@ Once installed, all utilities can be accessed on the command as bookend subcomma
elr-to-bed
sam-to-sj
sj-to-bed
sj-merge
sj-merge


6 changes: 3 additions & 3 deletions build/lib.linux-x86_64-3.7/bookend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '1.1.0'
__updated__ = '04.20.2023'
__date__ = '04.20.2023'
__version__ = '1.2.0'
__updated__ = '09.19.2023'
__date__ = '09.19.2023'
Binary file added dist/bookend_rna-1.2.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run(self):

setup(
name="bookend_rna", # Replace with your own username
version="1.1.2",
version="1.2.0",
author="Michael A. Schon",
author_email="[email protected]",
description="End-guided transcript assembler for short and long RNA-seq reads.",
Expand Down

0 comments on commit d743fde

Please sign in to comment.