Skip to content
Snippets Groups Projects
Commit 82967aa1 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Merge branch '42-astrocyte-skip-doc-fix' into 'master'

Update descirption for variables.

Closes #42

See merge request !39
parents 6d87301c 14f6a25a
Branches
Tags
1 merge request!39Update descirption for variables.
Pipeline #3872 canceled with stages
in 2 minutes and 55 seconds
......@@ -104,11 +104,7 @@ workflow_parameters:
- [ 'true', 'true']
- [ 'false', 'false']
description: |
In single-end sequencing, the sequencer reads a fragment from only one
end to the other, generating the sequence of base pairs. In paired-end
reading it starts at one read, finishes this direction at the specified
read length, and then starts another round of reading from the opposite
end of the fragment. (Paired-end: True, Single-end: False)
If Paired-end: True, if Single-end: False.
- id: designFile
type: file
......@@ -135,7 +131,7 @@ workflow_parameters:
- [ 'true', 'true']
- [ 'false', 'false']
description: |
Run differential peak analysis
Skip differential peak analysis
- id: skipMotif
type: select
......@@ -144,7 +140,7 @@ workflow_parameters:
- [ 'true', 'true']
- [ 'false', 'false']
description: |
Run motif calling
Skip motif calling
- id: astrocyte
type: select
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment