Skip to content
Snippets Groups Projects
Commit 90f3fb9e authored by selva's avatar selva
Browse files

Add execution examples

parent bddc7a04
No related branches found
No related tags found
1 merge request!11update Documentation
Pipeline #4280 passed with stages
in 4 minutes and 33 seconds
# BioInformatics Tool for Infrastructure Automation (BiTIA) CLI utility
This is the cli utility of the BiTIA project. The other component is
......@@ -31,3 +33,26 @@ TODO: Order of searching configuration file.
If you are self-hosting the BiTIA server, you need `bitia-runner` as well. See
the documents of `bitia-runner` for more details. TODO.
## EXAMPLES
1. Using samtools to view a fastq file
<div style="display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px;flex-direction:row;">
<div style="padding-left: 40px;">
<h3>NORMAL PIPELINE EXECUTION CODE</h3>
<img src="./docs/source/img/readme_example_1.gif" />
</div>
<div >
<h3>BITIA EXECUTION CODE</h3>
<img src="./docs/source/img/readme_example_1_bitia.gif" />
</div>
</div>
\ No newline at end of file
docs/source/img/readme_example_1.gif

86.2 KiB

docs/source/img/readme_example_1_bitia.gif

40.7 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment