Skip to content

Commit 3f1f978

Browse files
committed
wrong indentation
1 parent 8c4c39b commit 3f1f978

File tree

1 file changed

+5
-5
lines changed
  • src/python/ensembl/tools/anno/transcriptomic_annotation

1 file changed

+5
-5
lines changed

src/python/ensembl/tools/anno/transcriptomic_annotation/star.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ def run_star( # pylint:disable=too-many-branches
7878
:type subsample_read_limit:int, default 100000000,
7979
:param subsample_percentage: Maximun percentage of reads to subsample.
8080
:type subsample_percentage: int, default 0.25,
81-
:param sampling_via_read_limit: subsample fastq files using --subsample_read_limit.
82-
:type sampling_via_read_limit : boolean, False,
83-
:param sampling_via_percentage: subsample fastq files using --subsample_percentage.
84-
:type sampling_via_percentage : boolean, False,
81+
:param sampling_via_read_limit: subsample fastq files using subsample_read_limit.
82+
:type sampling_via_read_limit: boolean, False,
83+
:param sampling_via_percentage: subsample fastq files using subsample_percentage.
84+
:type sampling_via_percentage: boolean, False,
8585
:param sampling_via_read_limit_percentage: use max read limit and percentage value.
86-
:type sampling_via_read_limit_percentage : boolean, False,
86+
:type sampling_via_read_limit_percentage: boolean, False,
8787
:param num_threads: Number of available threads.
8888
:type num_threads: int, default 1
8989
:param star_bin: Software path.

0 commit comments

Comments
 (0)