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
901b1a9d
Commit
901b1a9d
authored
1 year ago
by
Xavier Grand
Browse files
Options
Downloads
Patches
Plain Diff
modify GSP default seq
parent
c0e86792
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/bolero.nf
+3
-3
3 additions, 3 deletions
src/bolero.nf
with
3 additions
and
3 deletions
src/bolero.nf
+
3
−
3
View file @
901b1a9d
...
...
@@ -31,8 +31,8 @@ def helpMessage() {
Mandatory arguments:
--input [path] Path to the folder containing fast5 files.
If skip basecalling option enabled, path to fastq files folder.
--adapt [file]
Path to the txt/fasta file containing the s
equence of 5'RACE adapter.
--gsp [file]
Path to the txt/fasta file containing the s
equence of gene-specific primer used in 5'RACE amplification step.
--adapt [file]
S
equence of 5'RACE adapter.
--gsp [file]
S
equence of gene-specific primer used in 5'RACE amplification step.
References:
--genome [file] Path to the fasta file containing the genome.
...
...
@@ -83,7 +83,7 @@ if (params.help || params.h) {
params.skipBC = true
params.gpu_mode = false
params.adapt = "CGACTGGAGCACGAGGACACTGACATGGACTGAAGGAGTAGAAA"
params.gsp = "
CGACTGGAGCACGAGGACAC
TG
A
" // "TTAGGCAGAGGTGAAAAAGTTG"
params.gsp = "
GTGCACACGGTCCGGCAGA
TG" // "TTAGGCAGAGGTGAAAAAGTTG"
// "CGACTGGAGCACGAGGACACTGA"
// params.transcriptome = "./data/202201_Full-length_HBV_GTFv3/20220112_preCore_FL_HBV_XGR_transcripts.fasta"
params.genome = "/home/xavier/Data/Genome/202201_Full-length_HBV_GTFv3/20230516_HBV_FL_preCore_reference.fasta"
params.gtf = "/home/xavier/Data/Genome/202201_Full-length_HBV_GTFv3/20230516_GTF_preCore_FL_HBV_XGR.gtf"
...
...
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