Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
khalid
radseqref
Commits
c05d3708
Commit
c05d3708
authored
Mar 05, 2021
by
khalid
Browse files
Resolve bug fro bowtie SE rule
parent
8ff6bd9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
files/Snakefile
View file @
c05d3708
...
...
@@ -411,8 +411,8 @@ rule bowtie_SE:
params
:
indexPrefix
=
config
[
"bowtie_index_path"
]+
"/index"
,
mult_align_limit
=
config
[
"bowtie_mult_align_limit"
],
best
=
config
[
"bowtie_best"
],
strata
=
config
[
"bowtie_strata"
]
best
=
"--best"
if
(
config
[
"bowtie_best"
]
)
else
""
,
strata
=
"--strata"
if
(
config
[
"bowtie_strata"
]
)
else
""
shell
:
"bowtie "
"--threads {threads} "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment