Main public logs

Jump to navigation Jump to search

Combined display of all available logs of HPCwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:10, 29 May 2026 Haars0011 talk contribs deleted page Calculate corrected theta from resequencing data (content was: "This procedure will estimate theta (nucleotide diversity) based on re-sequencing data. The method is describe in [http://www.biomedcentral.com/1471-2164/14/148 Esteve-Codina et al.] <source lang ='bash'> #!/bin/bash #SBATCH --time=10000 #SBATCH --mem=4000 #SBATCH --ntasks=1 #SBATCH --nodes=1 #SBATCH --constraint=4gpercpu #SBATCH --output=output_%j.txt #SBATCH --error=error_output_%j.txt #SBATCH --job-name=ngstheta module load samtools/0.1.19 VAR=`gunzip -c /lustre/nobackup/WU...")