Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bioinfo_utils
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Blaise LI
bioinfo_utils
Commits
e7edabf0
Commit
e7edabf0
authored
5 years ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
Expanded README.
parent
b7b602de
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
README.md
+30
-0
30 additions, 0 deletions
README.md
with
30 additions
and
0 deletions
README.md
+
30
−
0
View file @
e7edabf0
# Snakemake workflows used in Germano Cecere's team
This repository contains snakemake workflows to deal with (mainly _C. elegans_)
This repository contains snakemake workflows to deal with (mainly _C. elegans_)
high throughput sequencing data.
high throughput sequencing data.
...
@@ -15,3 +17,31 @@ To get them, you need to do more stuff after cloning this repository:
...
@@ -15,3 +17,31 @@ To get them, you need to do more stuff after cloning this repository:
# https://stackoverflow.com/a/55570998/1878788
# https://stackoverflow.com/a/55570998/1878788
git submodule update --init --remote --merge
git submodule update --init --remote --merge
## Running the workflows
The workflows are implemented using snakemake. They need a configuration file.
Unfortunately, no examples are available here yet. We'll work on this, sorry
for the inconvenience.
See the
`*-seq/*.snakefile`
workflow descriptions as well as the
`run_pipeline.sh`
wrapper.
## Singularity container
The
`singularity`
subdirectory contains recipes to build a singularity
container where the workflows are installed together with their dependencies
and wrappers. The container needs to be built on a Linux system, and requires
admin privileges (See
`singularity/Makefile`
).
It currently does not include genome and annotation files, but may still
provide a less painful experience than having to manually install all
dependencies of the workflows.
## Citing
If you use these tools, please cite the following papers:
> Barucci et al, 2020 (doi: [10.1038/s41556-020-0462-7](https://doi.org/10.1038/s41556-020-0462-7))
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