Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bolero
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Xavier Grand
bolero
Commits
329af6e1
Commit
329af6e1
authored
1 year ago
by
aliarifki
Browse files
Options
Downloads
Patches
Plain Diff
Suppression du paramètre options
parent
6f3ae8d6
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
src/nf_modules/ont-guppy/main.nf
+2
-1
2 additions, 1 deletion
src/nf_modules/ont-guppy/main.nf
with
2 additions
and
1 deletion
src/nf_modules/ont-guppy/main.nf
+
2
−
1
View file @
329af6e1
...
@@ -60,7 +60,8 @@ guppy_basecaller --compress_fastq \
...
@@ -60,7 +60,8 @@ guppy_basecaller --compress_fastq \
--gpu_runners_per_device ${params.gpu_runners_per_device} \
--gpu_runners_per_device ${params.gpu_runners_per_device} \
--num_callers ${params.num_callers} \
--num_callers ${params.num_callers} \
--chunks_per_runner ${params.chunks_per_runner} \
--chunks_per_runner ${params.chunks_per_runner} \
${options}
--flowcell ${params.flowcell} \
--kit ${params.kit}
"""
"""
}
}
...
...
This diff is collapsed.
Click to expand it.
Xavier Grand
@xgrand
mentioned in commit
8e9aa886
·
1 year ago
mentioned in commit
8e9aa886
mentioned in commit 8e9aa8862552fbd931c122d0e7cb1dfc965b2a62
Toggle commit list
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