Skip to content
Snippets Groups Projects
Commit d6fa85d3 authored by selva's avatar selva Committed by dilawar
Browse files

update working.md

parent 35eb2136
No related branches found
No related tags found
1 merge request!11update Documentation
...@@ -11,10 +11,12 @@ The three commands that are the core of BiTIA's functionality are: ...@@ -11,10 +11,12 @@ The three commands that are the core of BiTIA's functionality are:
#### 1. Running commands #### 1. Running commands
```bash ```bash
$ bitia run "samtools convert foo.fa#http://example.com/foo.fa" $ bitia run "samtools convert <foo.fa|http://example.com/foo.fa>"
``` ```
The above code will: The above code will:
- Add the given command `samtools run foo.fa#http://example.com/foo.fa` into a pipeline file. - Checks for the input file `foo.fa` in the current working directory
- Download the input file from given link `http://example.com/foo.fa` and name it as `foo.fa`
- Add the given command `samtools convert <foo.fa|http://example.com/foo.fa` into a pipeline file.
- Extract the current working directory with the pipeline as a zip file that contains a unique hash and send it to the server `public.bitia.link` - Extract the current working directory with the pipeline as a zip file that contains a unique hash and send it to the server `public.bitia.link`
- The BiTIA runner in the server will execute the pipeline by: - The BiTIA runner in the server will execute the pipeline by:
- Installing the given command `samtools` - Installing the given command `samtools`
......
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