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
d6fa85d3
Commit
d6fa85d3
authored
2 years ago
by
selva
Committed by
dilawar
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
update working.md
parent
35eb2136
No related branches found
No related tags found
1 merge request
!11
update Documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/getting_started/Working.md
+4
-2
4 additions, 2 deletions
docs/source/getting_started/Working.md
with
4 additions
and
2 deletions
docs/source/getting_started/Working.md
+
4
−
2
View file @
d6fa85d3
...
@@ -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`
...
...
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