Skip to content

Code repository documenting the analysis of wild Apis mellifera subspecies sampled across Africa

License

Notifications You must be signed in to change notification settings

Aiswarya-prasad/20240722_wild_managed_comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work in Progress! This pipeline is not intended to be run independently without prior set-up. If you would like to use it or its parts and have questions or require clarification, contact Aiswarya Prasad. ([email protected])

Comparison of wild and managed Apis mellifera

The aim of this pipeline is to document the steps used to process raw shotgun metagenomic data (R1 and R2 fastq reads), assemble and bin scaffolds into MAGs, cluster them into magOTUs, estimate the coverage of each of the magOTUs and then finally also SNP profiling across samples based on the high quality MAGs chosen. Downstream analysis is performed using independent scripts and documented in their respective directories. All scripts are present in the scripts directory in general.

Directory structure

  • config
    • config.yaml
    • envs/
      • contains yaml file specifications for all conda environments that Snakemake automatically creates and (re-)uses for each rule as needed using mamba and in the location specified by the --conda-prefix flag.
  • data
  • results
  • scripts
    • Scripts starting with a capital letter are used in downstream analysis and visualizstion.
    • Those with names not starting with a capital letter are used in the Snakeamke pipeline and are called by the rules in the Snakefile.
  • workflow

Other details

snakemake: 7.28.1

running using the command

snakemake -p -r \
--use-conda --conda-prefix /work/FAC/FBM/DMF/pengel/spirit/aprasad/snakemake-conda-envs-2024 \
--conda-frontend mamba --profile slurm --restart-times 0 \
--keep-going --rerun-incomplete --keep-going --rerun-incomplete \
--rerun-triggers mtime --cluster-cancel scancel --jobs 50 -n

rulegraph is made usinf the command

snakemake --forceall --rulegraph | dot -Tpdf > rulegraph.pdf

About

Code repository documenting the analysis of wild Apis mellifera subspecies sampled across Africa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published