Skip to content
Snippets Groups Projects
Commit 361725cf authored by Selvaganapathy Kannan's avatar Selvaganapathy Kannan
Browse files

"docs: changes in example codes"

parent b6e4e0ac
No related branches found
No related tags found
1 merge request!15Update Documentation
Pipeline #4801 passed with stages
in 4 minutes and 54 seconds
......@@ -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>"
````
......
......@@ -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 downloads ./small_input_files.txt</span>
<span data-ty>for file in *_1.fastq.gz
do
......
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