Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
361725cf
Commit
361725cf
authored
2 years ago
by
Selvaganapathy Kannan
Browse files
Options
Downloads
Patches
Plain Diff
"docs: changes in example codes"
parent
b6e4e0ac
No related branches found
No related tags found
1 merge request
!15
Update Documentation
Pipeline
#4801
passed with stages
in 4 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/source/getting_started/Examples.md
+4
-4
4 additions, 4 deletions
docs/source/getting_started/Examples.md
docs/source/getting_started/tutorial/example_workflow.md
+1
-1
1 addition, 1 deletion
docs/source/getting_started/tutorial/example_workflow.md
with
5 additions
and
5 deletions
docs/source/getting_started/Examples.md
+
4
−
4
View file @
361725cf
...
...
@@ -12,7 +12,7 @@ UBUNTU
````
bash
apt-get
install
wget samtools
wget https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq
samtools
convert
1_control_18S_2019_minq7%20-%20Copy.fastq
samtools
view
1_control_18S_2019_minq7%20-%20Copy.fastq
````
...
...
@@ -23,7 +23,7 @@ BiTIA
````
bash
bitia run
"samtools
convert
<https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq>"
bitia run
"samtools
view
<https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq>"
````
...
...
@@ -40,7 +40,7 @@ UBUNTU
<div
id=
"termynal2"
data-termynal
>
````
bash
apt-get
install
wget
samtools
apt-get
install
wget
fastqc
wget sample.fastq https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq
samtools convert sample.fastq
````
...
...
@@ -54,7 +54,7 @@ BiTIA
````
bash
bitia run
"
samtools convert
<sample.fastq|https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq>"
bitia run
"
fastqc
<sample.fastq|https://zenodo.org/record/3736457/files/1_control_18S_2019_minq7%20-%20Copy.fastq>"
````
...
...
This diff is collapsed.
Click to expand it.
docs/source/getting_started/tutorial/example_workflow.md
+
1
−
1
View file @
361725cf
...
...
@@ -27,7 +27,7 @@ for that, you have to create a file with URLs having input files.
<span
data-ty
>
fastqc
*
.gz
</span>
<span
data-ty
>
bitia tools download ./small_input_files.txt
</span>
<span
data-ty
>
bitia
-runner
tools download
s
./small_input_files.txt
</span>
<span
data-ty
>
for file in
*
_1.fastq.gz
do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment