Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
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
Mirrors
biopet.biopet
Commits
42e56640
Commit
42e56640
authored
9 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
updating options for Mapping
parent
67d911cd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/pipelines/mapping.md
+6
-5
6 additions, 5 deletions
docs/pipelines/mapping.md
with
6 additions
and
5 deletions
docs/pipelines/mapping.md
+
6
−
5
View file @
42e56640
...
...
@@ -41,16 +41,17 @@ All other values should be provided in the config. Specific config values toward
| Name | Type | Function |
| ---- | ---- | -------- |
| output_dir | Path (
**required**
) | directory for output files |
| reference_fasta | Path (
**required**
) | Path to indexed fasta file to be used as reference |
| aligner | String (optional) | Which aligner to use. Defaults to
`bwa`
. Choose from [
`bwa`
,
`bwa-aln`
,
`bowtie`
,
`gsnap`
,
`tophat`
,
`stampy`
,
`star`
,
`star-2pass`
] |
| skip_flexiprep | Boolean (optional) | Whether to skip the flexiprep QC step (default = False) |
| skip_markduplicates | Boolean (optional) | Whether to skip the Picard Markduplicates step (default = False) |
| skip_metrics | Boolean (optional) | Whether to skip the metrics gathering step (default = False) |
| reference_fasta | Path (
**required**
) | Path to indexed fasta file to be used as reference |
| platform | String (optional) | Read group Platform (defaults to
`illumina`
)|
| platform_unit | String (
**required**
) | Read group platform unit |
| readgroup_sequencing_center | String (
**required**
) | Read group sequencing center |
| readgroup_description | String (
**required**
) | Read group description |
| predicted_insertsize | Integer (
**required**
) | Read group predicted insert size |
| platform_unit | String (
optional
) | Read group platform unit |
| readgroup_sequencing_center | String (
optional
) | Read group sequencing center |
| readgroup_description | String (
optional
) | Read group description |
| predicted_insertsize | Integer (
optional
) | Read group predicted insert size |
It is possible to provide any config value as a command line argument as well, using the
`-cv`
flag.
E.g.
`-cv reference=<path/to/reference>`
would set value
`reference`
.
...
...
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