User Tools

Site Tools


purge-haplotigs-software
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


purge-haplotigs-software [2021/06/20 08:59] (current) – created aorth
Line 1: Line 1:
 +====== purge_haplotigs ======
  
 +A simple pipeline for reassigning primary contigs that should be labelled as haplotigs.
 +
 +
 +===== Information =====
 +
 +  * Version: 1.1.1
 +  * Added: June, 2021
 +  * Link: https://bitbucket.org/mroachawri/purge_haplotigs
 +
 +===== Usage =====
 +
 +See which versions of purge_haplotigs are available:
 +<code>$ module avail purge_haplotigs</code>
 +
 +Load one version into your environment and run it:
 +<code>$ module load purge_haplotigs/1.1.1
 +$ purge_haplotigs test</code>
 +
 +**Note:** Please use the %%''-t''%% option to tell purge_haplotigs how many CPU threads it should use or else it will automatically use four (4). This number should match the number of CPUs you requested in your SLURM batch allocation.
 +
 +===== Installation ======
 +
 +Notes from the sysadmin during installation:
 +
 +<code>$ cd /tmp
 +$ git clone https://bitbucket.org/mroachawri/purge_haplotigs.git
 +$ git checkout v1.1.1
 +$ sudo mkdir -p /export/apps/purge_haplotigs/1.1.1
 +$ sudo cp -r ./* /export/apps/purge_haplotigs/1.1.1
 +$ sudo chown -R root:root /export/apps/purge_haplotigs/1.1.1</code>
purge-haplotigs-software.txt · Last modified: 2021/06/20 08:59 by aorth