Skip to content

Commit

Permalink
Test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Oct 12, 2022
1 parent f5c4520 commit 6cac50c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions docs/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ Sunbeam Commands
.. contents::
:depth: 2

sunbeam [-h | -v] <subcommand>
.. code::
sunbeam [-h | -v] <subcommand>
-h/--help: Display help.
-h/--help: Display help.
-v/--version: Display version.
-v/--version: Display version.
.. tip::

Expand Down Expand Up @@ -41,14 +42,14 @@ sunbeam init [-h] [-f] [--output FILE] [--defaults FILE] [--template FILE]

--single_end: Fastq files are in single-end, not paired-end, format for --data_fp.

project_fp:
project_fp: Project directory (will be created if it does not exist).

run
===

sunbeam run [-h] [-s PATH] -- <snakemake options>

-h: Display help.
-h/--help: Display help.

-s/--sunbeam_dir: Path to sunbeam installation.

Expand Down
2 changes: 1 addition & 1 deletion docs/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ tests/

This directory contains all of the testing framework and tests for sunbeam. The
framework is written mostly in bash with `test_suite.bash` holding the main
test suite and `run_tests.bash` to run it.
test suite and `run_tests.bash` to run it.

Hidden Directories
------------------
Expand Down

0 comments on commit 6cac50c

Please sign in to comment.