-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
982 additions
and
943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it as below. | ||
authors: | ||
- family-names: Förstner | ||
given-names: Konrad Ulrich | ||
orcid: https://orcid.org/0000-0002-1481-2996 | ||
- family-names: Sauerwein | ||
given-names: Till David | ||
orcid: https://orcid.org/0000-0001-5830-4208 | ||
- family-names: Bischler | ||
given-names: Thorsten | ||
orcid: https://orcid.org/0000-0001-9288-9481 | ||
- family-names: Tobin | ||
given-names: Diarmaid | ||
title: "READemption" | ||
version: 2.0.1 | ||
doi: https://zenodo.org/record/6772669 | ||
date-released: 2022-08-23 | ||
preferred-citation: | ||
type: article | ||
authors: | ||
- family-names: "Förstner" | ||
given-names: "Konrad U." | ||
orcid: "https://orcid.org/0000-0002-1481-2996" | ||
- family-names: "Vogel" | ||
given-names: "Jörg" | ||
orcid: "https://orcid.org/0000-0003-2220-1404" | ||
- family-names: "Sharma" | ||
given-names: "Cynthia M." | ||
orcid: "https://orcid.org/0000-0002-2321-9705" | ||
doi: "10.1093/bioinformatics/btu533" | ||
journal: "Bioinformatics" | ||
month: 12 | ||
start: 3421 | ||
end: 3423 | ||
title: "READemption—a tool for the computational analysis of deep-sequencing–based transcriptome data" | ||
issue: 23 | ||
volume: 30 | ||
year: 2014 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ import argparse | |
from reademptionlib.controller import Controller | ||
|
||
__author__ = "Konrad Foerstner <[email protected]>, Till Sauerwein <[email protected]>" | ||
__copyright__ = "2011-2020 by Konrad Foerstner <[email protected], , Till Sauerwein <[email protected]>" | ||
__copyright__ = "2011-2022 by Konrad Foerstner <[email protected], , Till Sauerwein <[email protected]>" | ||
__license__ = "ISC license" | ||
__email__ = "[email protected], [email protected]" | ||
__version__ = "1.0.1" | ||
__version__ = "2.0.1" | ||
|
||
|
||
def main(): | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: b8a0a39fc8578a3122c23a91cf47a72c | ||
config: 583e472278924fbeadb4a0128b32f285 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.