Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZARP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
zavolan_group
pipelines
ZARP
Commits
ce933c55
Commit
ce933c55
authored
5 years ago
by
BIOPZ-Katsantoni Maria
Browse files
Options
Downloads
Patches
Plain Diff
Fixed required argument
parent
50ca3c68
No related branches found
No related tags found
1 merge request
!31
Handle polyA processing in input preparation script
Pipeline
#10318
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/labkey_to_snakemake.py
+2
-1
2 additions, 1 deletion
scripts/labkey_to_snakemake.py
with
2 additions
and
1 deletion
scripts/labkey_to_snakemake.py
+
2
−
1
View file @
ce933c55
...
...
@@ -34,7 +34,7 @@ def main():
parser
=
ArgumentParser
(
description
=
__doc__
,
formatter_class
=
RawTextHelpFormatter
)
parser
.
add_argument
(
"
--
genomes_path
"
,
parser
.
add_argument
(
"
genomes_path
"
,
help
=
"
Path containing the FASTA and GTF
"
+
"
files for all organisms
"
,
metavar
=
"
GENOMES PATH
"
)
...
...
@@ -83,6 +83,7 @@ def main():
parser
.
add_argument
(
"
--trim_polya
"
,
type
=
int
,
choices
=
[
True
,
False
],
default
=
True
,
help
=
"
Trim poly-As option
"
)
parser
.
add_argument
(
"
--multimappers
"
,
...
...
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