Skip to content

Commit

Permalink
wrong indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ens-ftricomi committed May 28, 2024
1 parent 8c4c39b commit 3f1f978
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/python/ensembl/tools/anno/transcriptomic_annotation/star.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ def run_star( # pylint:disable=too-many-branches
:type subsample_read_limit:int, default 100000000,
:param subsample_percentage: Maximun percentage of reads to subsample.
:type subsample_percentage: int, default 0.25,
:param sampling_via_read_limit: subsample fastq files using --subsample_read_limit.
:type sampling_via_read_limit : boolean, False,
:param sampling_via_percentage: subsample fastq files using --subsample_percentage.
:type sampling_via_percentage : boolean, False,
:param sampling_via_read_limit: subsample fastq files using subsample_read_limit.
:type sampling_via_read_limit: boolean, False,
:param sampling_via_percentage: subsample fastq files using subsample_percentage.
:type sampling_via_percentage: boolean, False,
:param sampling_via_read_limit_percentage: use max read limit and percentage value.
:type sampling_via_read_limit_percentage : boolean, False,
:type sampling_via_read_limit_percentage: boolean, False,
:param num_threads: Number of available threads.
:type num_threads: int, default 1
:param star_bin: Software path.
Expand Down

0 comments on commit 3f1f978

Please sign in to comment.