ploidy_analysis_using_ploidyngs
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ploidy_analysis_using_ploidyngs [2022/06/24 15:56] – 134.190.232.29 | ploidy_analysis_using_ploidyngs [2022/06/24 16:01] (current) – [UPDATE (June 2022)] 134.190.232.29 | ||
|---|---|---|---|
| Line 77: | Line 77: | ||
| * The axis titles in the histogram will be a bit easier to understand | * The axis titles in the histogram will be a bit easier to understand | ||
| * The script will now report the total number of heteromorphic positions per contig and over all contigs | * The script will now report the total number of heteromorphic positions per contig and over all contigs | ||
| + | |||
| + | To call it, use a Perun submission script like this one | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | #$ -S /bin/bash | ||
| + | . / | ||
| + | #$ -cwd | ||
| + | #$ -q 256G-batch | ||
| + | |||
| + | source activate ploidyNGS-dependencies | ||
| + | export PATH="/ | ||
| + | |||
| + | BAMFILE=' | ||
| + | MINCOV=10 | ||
| + | MAXDEPTH=2000 | ||
| + | OUTBASE=' | ||
| + | |||
| + | ploidyNGS_minCov.py \ | ||
| + | --out $OUTBASE \ | ||
| + | --bam $BAMFILE \ | ||
| + | --min_cov $MINCOV \ | ||
| + | --max_depth $MAXDEPTH | ||
| + | |||
| + | conda deactivate | ||
| + | </ | ||
| + | |||
| + | A more elaborate script is available on the GitHub repository of the Roger lab: https:// | ||
| + | |||
| + | The updated scripts are also available on the original GitHub repository https:// | ||
ploidy_analysis_using_ploidyngs.1656096975.txt.gz · Last modified: by 134.190.232.29
