Workflows
What is a Workflow?Filters
Using:
- vadr annotation (virus model must be selected in options)
- vardict variant caller
- coverage depth Provides summarizing files:
- png image of variant calling with annotations and coverage depths
- tsv file with all information of significant variants only
Type: Galaxy
Creators: Fabrice Touzain, This study was founded by the French National Research Agency and by Santé publique France as part of the project "EMERGEN". Anses Ploufragan research was also supported by Agglomération de Saint-Brieuc, Département des Côtes d'Armor and Région Bretagne
Submitter: Fabrice Touzain
SINGLE-END workflow. Align reads on fasta reference/assembly using bwa mem, get a consensus, variants, mutation explanations.
IMPORTANT:
- For "bcftools call" consensus step, the --ploidy file is in "Données partagées" (Shared Data) and must be imported in your history to use the worflow by providing this file (tells bcftools to consider haploid variant calling).
- SELECT the mot ADAPTED VADR MODEL for annotation (see vadr parameters).
PAIRED-END workflow. Align reads on fasta reference/assembly using bwa mem, get a consensus, variants, mutation explanations.
IMPORTANT:
- For "bcftools call" consensus step, the --ploidy file is in "Données partagées" (Shared Data) and must be imported in your history to use the worflow by providing this file (tells bcftools to consider haploid variant calling).
- SELECT THE MOST ADAPTED VADR MODEL for annotation (see vadr parameters).
Using:
- vadr annotation (virus model must be selected in options)
- vardict variant caller
- coverage depth Provides summarizing files:
- png image of variant calling with annotations and coverage depths
- tsv file with all information of significant variants only
Type: Galaxy
Creators: Fabrice Touzain, This study was founded by the French National Research Agency and by Santé publique France as part of the project "EMERGEN". Anses Ploufragan research was also supported by Agglomération de Saint-Brieuc, Département des Côtes d'Armor and Région Bretagne
Submitter: Fabrice Touzain
Using:
- vadr annotation (virus model must be selected in options)
- vardict variant caller
- coverage depth Provides summarizing files:
- png image of variant calling with annotations and coverage depths
- tsv file with all information of significant variants only (can be opened in Excel/LibreOffice)
Type: Galaxy
Creators: Fabrice Touzain, This study was founded by the French National Research Agency and by Santé publique France as part of the project "EMERGEN". Anses Ploufragan research was also supported by Agglomération de Saint-Brieuc, Département des Côtes d'Armor and Région Bretagne
Submitter: Fabrice Touzain
Using:
- vadr annotation (virus model must be selected in options)
- vardict variant caller
- coverage depth Provides summarizing files:
- png image of variant calling with annotations and coverage depths
- tsv file with all information of significant variants only (can be opened in Excel/LibreOffice)
Type: Galaxy
Creators: Fabrice Touzain, This study was founded by the French National Research Agency and by Santé publique France as part of the project "EMERGEN". Anses Ploufragan research was also supported by Agglomération de Saint-Brieuc, Département des Côtes d'Armor and Région Bretagne
Submitter: Fabrice Touzain
DeepAnnotation can be used to perform genomic selection (GS), which is a promising breeding strategy for agricultural breeding. DeepAnnotation predicts phenotypes from comprehensive multi-omics functional annotations with interpretable deep learning framework. The effectiveness of DeepAnnotation has been demonstrated in predicting three pork production traits (lean meat percentage at 100 kg [LMP], loin muscle depth at 100 kg [LMD], back fat thickness at 100 kg [BF]) on a population of 1940 Duroc ...
Type: Python
Creators: Wenlong Ma, Weigang Zheng, Shenghua Qin, Chao Wang, Bowen Lei, Yuwen Liu
Submitter: Ma Wenlong
High-throughput phenotyping is addressing the current bottleneck in phenotyping within breeding programs. Imaging tools are becoming the primary resource for improving the efficiency of phenotyping processes and providing large datasets for genomic selection approaches. The advent of AI brings new advantages by enhancing phenotyping methods using imaging, making them more accessible to breeding programs. In this context, we have developed an open Python workflow for analyzing morphology, colour ...
Code for the high risk autism phenotype paper
This repository implements a fully reproducible pipeline for the autism signature project. It uses invoke
tasks and a Docker container for consistent, cross-platform execution.
The entire workflow—data fetching, processing, and figure generation—can be reproduced in a few commands. Much of the code in this repo originated from [ASD ...