forked from galaxyproject/training-material
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request galaxyproject#5236 from Delphine-L/decontamination
Creation of a tutorial for Asssembly decontamination
- Loading branch information
Showing
7 changed files
with
1,061 additions
and
0 deletions.
There are no files selected for viewing
19 changes: 19 additions & 0 deletions
19
topics/assembly/tutorials/assembly-decontamination/data-library.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
destination: | ||
type: library | ||
name: GTN - Material | ||
description: Galaxy Training Network Material | ||
synopsis: Galaxy Training Network Material. See https://training.galaxyproject.org | ||
items: | ||
- name: New topic | ||
description: Topic summary | ||
items: | ||
- name: Decontamination of a genome assembly | ||
items: | ||
- name: 'DOI: 10.5281/zenodo.13367433' | ||
description: latest | ||
items: | ||
- info: https://doi.org/10.5281/zenodo.13367433 | ||
url: https://zenodo.org/records/13367433/files/Contaminated_assembly.fasta | ||
ext: fasta | ||
src: url |
3 changes: 3 additions & 0 deletions
3
topics/assembly/tutorials/assembly-decontamination/faqs/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
layout: faq-page | ||
--- |
60 changes: 60 additions & 0 deletions
60
topics/assembly/tutorials/assembly-decontamination/tutorial.bib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
|
||
# This is the bibliography file for your tutorial. | ||
# | ||
# To add bibliography (bibtex) entries here, follow these steps: | ||
# 1) Find the DOI for the article you want to cite | ||
# 2) Go to https://doi2bib.org and fill in the DOI | ||
# 3) Copy the resulting bibtex entry into this file | ||
# | ||
# To cite the example below, in your tutorial.md file | ||
# use {% cite Batut2018 %} | ||
# | ||
# If you want to cite an online resourse (website etc) | ||
# you can use the 'online' format (see below) | ||
# | ||
# You can remove the examples below | ||
@article{Batut2018, | ||
doi = {10.1016/j.cels.2018.05.012}, | ||
url = {https://doi.org/10.1016/j.cels.2018.05.012}, | ||
year = {2018}, | ||
month = jun, | ||
publisher = {Elsevier {BV}}, | ||
volume = {6}, | ||
number = {6}, | ||
pages = {752--758.e1}, | ||
author = {B{\'{e}}r{\'{e}}nice Batut and Saskia Hiltemann and Andrea Bagnacani and Dannon Baker and Vivek Bhardwaj and | ||
Clemens Blank and Anthony Bretaudeau and Loraine Brillet-Gu{\'{e}}guen and Martin {\v{C}}ech and John Chilton | ||
and Dave Clements and Olivia Doppelt-Azeroual and Anika Erxleben and Mallory Ann Freeberg and Simon Gladman and | ||
Youri Hoogstrate and Hans-Rudolf Hotz and Torsten Houwaart and Pratik Jagtap and Delphine Larivi{\`{e}}re and | ||
Gildas Le Corguill{\'{e}} and Thomas Manke and Fabien Mareuil and Fidel Ram{\'{i}}rez and Devon Ryan and | ||
Florian Christoph Sigloch and Nicola Soranzo and Joachim Wolff and Pavankumar Videm and Markus Wolfien and | ||
Aisanjiang Wubuli and Dilmurat Yusuf and James Taylor and Rolf Backofen and Anton Nekrutenko and Bj\"{o}rn Gr\"{u}ning}, | ||
title = {Community-Driven Data Analysis Training for Biology}, | ||
journal = {Cell Systems} | ||
} | ||
|
||
@online{gtn-website, | ||
author = {GTN community}, | ||
title = {GTN Training Materials: Collection of tutorials developed and maintained by the worldwide Galaxy community}, | ||
url = {https://training.galaxyproject.org}, | ||
urldate = {2021-03-24} | ||
} | ||
|
||
@article{saini2016gene, | ||
title={Gene masking-a technique to improve accuracy for cancer classification with high dimensionality in microarray data}, | ||
author={Saini, Harsh and Lal, Sunil Pranit and Naidu, Vimal Vikash and Pickering, Vincel Wince and Singh, Gurmeet and Tsunoda, Tatsuhiko and Sharma, Alok}, | ||
journal={BMC Medical Genomics}, | ||
volume={9}, | ||
pages={261--269}, | ||
year={2016}, | ||
publisher={Springer}, | ||
doi = {10.1186/s12920-016-0233-2} | ||
} | ||
|
||
@online{maskedref-website, | ||
author = {Derek Caetano-Anolles}, | ||
title = {Masked reference genomes}, | ||
url = {https://gatk.broadinstitute.org/hc/en-us/articles/17295731870235-Masked-reference-genomes}, | ||
urldate = {2024-08-14} | ||
} |
Oops, something went wrong.