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
ec0bb7c1
Commit
ec0bb7c1
authored
7 months ago
by
Xavier Grand
Browse files
Options
Downloads
Patches
Plain Diff
README.md modif
parent
3b275df6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+30
-1
30 additions, 1 deletion
README.md
with
30 additions
and
1 deletion
README.md
+
30
−
1
View file @
ec0bb7c1
...
...
@@ -16,6 +16,9 @@ The pipeline `src/bolero.nf` works a nextflow configuration file `src/nextflow.c
The typical command for running the pipeline is as follows:
`nextflow ./src/bolero.nf -c ./src/nextflow.config -profile singularity`
The typical command to obtain help:
`nextflow ./src/bolero.nf --help`
The arguments of this pipeline are described in the table below:
| Arguments | Description |
...
...
@@ -37,6 +40,31 @@ The arguments of this pipeline are described in the table below:
| --chunks_size [int] | Chunck size, default = 1900 (refer to guppy manual). |
| --help --h | Display this help message. |
## Test Bolero
1.
simulate 5'RACE sequenced reads:
Require pbsim3 software: https://github.com/yukiteruono/pbsim3
To produce a complete transcriptome you can run:
```
mkdir -p 01_basecalling
for i in $(seq 1 30)
do
extract=$(cut -f1 expression.transcript_${i})
mkdir 01_basecalling/${extract}
pbsim --strategy trans --transcript expression.transcript_${i} --id-prefix ${extract} --method errhmm --errhmm <PATH_TO_pbsim3>/data/ERRHMM-ONT.model
mv sd.fastq 01_basecalling/${extract}/${extract}.fastq
mv sd.maf 01_basecalling/${extract}/${extract}.maf
gzip 01_basecalling/${extract}/${extract}.fastq
done
```
2.
run Bolero:
```
cd <PATH_TO_Bolero>
nextflow ./src/bolero.nf -c ./src/nextflow.config -profile <PROFILE> --input 01_basecalling
```
## Reference sequence
The HBV reference sequence, genotype D ayw, is available in "data" folder.
...
...
@@ -51,9 +79,10 @@ If you want to add more tools to this project, please read the [CONTRIBUTING.md]
*
**Alia Rifki**
-
*Contributor*
## License
[
Info
](
#
)
{.btn .btn-info}
This project is licensed under the CeCiLL License- see the
[
LICENSE
](
LICENSE
)
file for details.
[
Warning
](
#
)
{.btn .btn-warning}
The optional basecalling and demultiplexing steps may be carried out if necessary but are not executed automatically.
To execute these steps, it is essential to adhere to the guidelines provided with the Guppy software from Oxford Nanopore Technologies.
...
...
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