Difference between revisions of "RepeatAnalysisTools"
Johnbullard (talk | contribs) (Created page with "Category:Software Category:Biology Category:Genomics Category:Sequencing Category:Utility {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|RepeatAnalysis...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 81: | Line 81: | ||
{{#if: {{#var: citation}}|==Citation== | {{#if: {{#var: citation}}|==Citation== | ||
If you publish research that uses {{#var:app}} you have to cite it as follows: | If you publish research that uses {{#var:app}} you have to cite it as follows: | ||
− | + | <div class="mw-collapsible mw-collapsed" style="width:70%; padding: 5px; border: 1px solid gray;"> | |
+ | ''Expand this section to view citation instructions.'' | ||
+ | <div class="mw-collapsible-content" style="padding: 5px;"> | ||
@software{tange_2021_5013933, | @software{tange_2021_5013933, | ||
author = {Tange, Ole}, | author = {Tange, Ole}, | ||
Line 93: | Line 95: | ||
doi = {10.5281/zenodo.5013933}, | doi = {10.5281/zenodo.5013933}, | ||
url = {https://doi.org/10.5281/zenodo.5013933} | url = {https://doi.org/10.5281/zenodo.5013933} | ||
− | + | </div> | |
− | + | </div> | |
|}} | |}} | ||
<!--Installation--> | <!--Installation--> |
Latest revision as of 16:55, 15 December 2022
Description
This repository contains instructions for processing and repeat analysis of sequence data generated with the PacBio No-Amp Targeted Sequencing Protocol with simplified double Cas9 cut.
UPDATE: RepeatAnalysis Tools in this repository now use Python 3.
Outputs from the analysis scripts include high-accuracy (>=QV20) CCS sequences for target regions so that users can easily analyze the results with other third party tools as necessary.
Environment Modules
Run module spider RepeatAnalysisTools
to find out what environment modules are available for this application.
System Variables
- HPC_RATOOLS_DIR - installation directory
- HPC_RATOOLS_BIN - executable directory
Additional Information
To utilize any of the BASH or Python scripts provided with the tools (i.e. the files ending with ".sh" or ".py", you will need to prefix the script name with ${HPC_RATOOLS_DIR}/
For example, a preprocess.sh
command might look something like:
${HPC_RATOOLS_DIR}/preprocess.sh \ m64012_191221_044659.subreads.bam \ m64012_191221_044659.adapters.fasta \ /data/reference/genomes/human/hs37d5/hs37d5.fa \ ./output \ 16 \ 16 \ local
Citation
If you publish research that uses RepeatAnalysisTools you have to cite it as follows:
Expand this section to view citation instructions.
@software{tange_2021_5013933, author = {Tange, Ole}, title = {GNU Parallel 20210622 ('Protasevich')}, month = Jun, year = 2021, note = {{GNU Parallel is a general parallelizer to run multiple serial command line programs in parallel without changing them.}}, publisher = {Zenodo}, doi = {10.5281/zenodo.5013933}, url = {https://doi.org/10.5281/zenodo.5013933}