* Cantinho Satkeys

Refresh History
  • j.s.: dgtgtr a todos  4tj97u<z
    07 de Julho de 2025, 13:50
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    06 de Julho de 2025, 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35

Autor Tópico: Bioinformatics Workflows For Life Sciences Using Snakemake  (Lida 63 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Bioinformatics Workflows For Life Sciences Using Snakemake
« em: 01 de Dezembro de 2022, 11:31 »


Published 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 869.98 MB | Duration: 2h 6m

Bioinformatics workflows for life sciences using snakemake

What you'll learn
what is snakemake
install snakemake
build a basic snakemake workflow
understand a snakemake rule, the structure of a rule (input, output, shell, script)
Requirements
Basic UNIX bash shell commands are necessary to follow the course. Everything else will be explained in the course.
Description
Course on snakemake. snakemake is a modern workflow language that is widely used in academic and industrial circles to build reproducible, legible, portable, interoperable and efficient pipelines in bioinformatics and beyond. The course closely follows the basic bioinformatics workflow described in the official snakemake tutorial but takes a step-by-step approach and delves deeply into each feature of the snakemake language. It covers:- installation- Snakefile- rules- directives: input, output, shell, script- target files- creation of a directed acyclic graphThis course does not cover:- benchmarking- conda directive- snakemake profiles for cluster computers- temporary files- parameters- resourcesAt the end of this course, you will be able to build a basic bioinformatics pipeline. This knowledge will be sufficient to make a positive difference in your day-to-day life as a bioinformatician. It will also prepare you for my advanced course on snakemake.The course is primarily intended for bioinformaticians but it can also be useful for people from other fields who want to build pipelines.The course can also be used as an introduction to the field of bioinformatics. In it, I use the concepts of "reads", "alignment", "BAM" files, "VCF" files, variant calls. However, note that I do not spend much time explaining those concepts and focus primarily on the snakemake language.
Overview
Section 1: Introduction
Lecture 1 Introduction
Section 2: Setup
Lecture 2 Installing conda
Lecture 3 Preparing a working directory
Lecture 4 Creating an environment with the required software
Section 3: Basics: an example workflow
Lecture 5 Step 1: Mapping reads without snakemake
Lecture 6 Step 1: my first snakemake rule
Lecture 7 Step 1: snakemake automatically creates the necessary parent directories
Lecture 8 Step 1: rule and directive definitions are indented
Lecture 9 Step 1: when is a target file generated?
Lecture 10 Step 1: brace notation in the shell directive
Lecture 11 Step 2: generalising a snakemake rule to make it work with infinitely many files
Lecture 12 Step 2: list target files in snakemake command
Lecture 13 Step 2: situations in which the snakemake workflow in run
Lecture 14 Step 3: add second snakemake rule
Lecture 15 Step 3: split shell directive command over several lines
Lecture 16 Step 4: add third rule
Lecture 17 Step 4: visualise DAG
Lecture 18 Step 5: named input files
Lecture 19 Step 5: naming input files becomes necessary when there are many of them
Lecture 20 Step 5: aggregate input files with the expand() helper function
Lecture 21 Step 5: aggregate input files over all combinations of variables with expand()
Lecture 22 Step 5: aggregate input files over "zip" combinations of variables with expand()
Lecture 23 Step 6: using custom scripts
Lecture 24 Step 7: adding a target rule
Section 4: Launch a snakemake workflow
Lecture 25 Options to use when launching a snakemake workflow
Section 5: Possible snakemake errors and how to resolve them
Lecture 26 R_LIBS environment variable is set
Lecture 27 bash strict mode
Lecture 28 no config file given
Section 6: Visualise the snakemake workflow
Lecture 29 Rule graph
Bioinformaticians who want to learn how to create clean, efficient and reproducible pipelines.


Download link

rapidgator.net:
Citar
https://rapidgator.net/file/50df8c4d883a04919d365aa0c7d03b67/xvqsq.Bioinformatics.Workflows.For.Life.Sciences.Using.Snakemake.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/19e4a86E426bFcE9/xvqsq.Bioinformatics.Workflows.For.Life.Sciences.Using.Snakemake.rar

nitroflare.com:
Citar
https://nitroflare.com/view/08EDCE7A55CCB94/xvqsq.Bioinformatics.Workflows.For.Life.Sciences.Using.Snakemake.rar

1dl.net:
Citar
https://1dl.net/tnhsdwigpjfo/xvqsq.Bioinformatics.Workflows.For.Life.Sciences.Using.Snakemake.rar.html