Skip to content
forked from BioDT/uc-CWR

The code base for the Crop-Wild-Relative (CWR) use-case led by UiO

License

Notifications You must be signed in to change notification settings

helijuottonen/uc-CWR

This branch is 69 commits behind BioDT/uc-CWR:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2024
Feb 7, 2024
Nov 29, 2024
Apr 11, 2024
Apr 11, 2024
Sep 3, 2023
Sep 3, 2023
Nov 29, 2024
Aug 6, 2024
Aug 6, 2024
Nov 28, 2024
Jan 26, 2024
Feb 1, 2024
Aug 7, 2024
Aug 7, 2024

Repository files navigation

uc-CWR

ModGP on Rstudio

  1. Source ModGP MASTER.R and change SPECIES argument at line 19 to execute ModGP pipeline for a specific genus.

ModGP on LUMI with Hyperqueue

  1. Install HyperQueue:

    wget https://github.com/It4innovations/hyperqueue/releases/download/v0.18.0/hq-v0.18.07385641ux-x64.tar.gz
    
    tar -xvf hq-v0.18.0-linux-x64.tar.gz
    
    rm hq-v0.18.0-linux-x64.tar.gz  
    
  2. Submit calculation job for a desired species (e.g. Lathyrus):

    sbatch submit_modgp_lumi_HQ.sh Lathyrus
    

CAPFITOGEN demo

See documentation.

  1. Download CAPFITOGEN3.zip from here and extract it to the project root.

  2. Download rdatamaps/world/20x20 directory from here and extract it to CAPFITOGEN3/rdatamaps/world/20x20.

  3. Run on LUMI: obtain interactive session: srun -p small --nodes=1 --ntasks-per-node=1 --mem=8G -t 4:00:00 --pty bash and execute the workflow: singularity run --bind $PWD cwr_0.2.0.sif capfitogen.R

About

The code base for the Crop-Wild-Relative (CWR) use-case led by UiO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 84.9%
  • Dockerfile 10.0%
  • Shell 2.8%
  • Rich Text Format 1.3%
  • Makefile 1.0%