Skip to content

Commit

Permalink
update comments in mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
balajtimate committed Jan 18, 2024
1 parent b908930 commit 8fe0cbe
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions htsinfer/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ def __init__(
self.star_dirs: List[Path] = []

def evaluate(self):
"""Infer read orientation.
Returns:
Orientation results object.
"""
"""Align FASTQ files to reference transcripts with STAR."""

# get transcripts for current organims
transcripts = self.subset_transcripts_by_organism()
Expand Down Expand Up @@ -270,6 +266,10 @@ def prepare_star_alignment_commands(
) -> Dict[Path, List[str]]:
"""Prepare STAR alignment commands.
Input FASTQ files are assumed to be sorted according to reference names
or coordinates, the order of input reads is kept with the option
"PairedKeepInputOrder", no additional sorting of aligned reads is done.
Args:
index_dir: Path to directory containing STAR index.
Expand Down

0 comments on commit 8fe0cbe

Please sign in to comment.