Add files via upload Fix header length
Add files via upload
Fix header length
NanoINSight is a repeat annotation tool for insertions called by NanoVar.
Installing NanoVar v1.6 from PyPI will automatically install NanoINSight, Please visit here for instructions to install NanoVar.
pip install nanoinsight
git clone https://github.com/asmmahmoud/NanoINSight.git cd NanoINSight pip install .
conda install -c bioconda mafft
Please visit here to download the “without_extensions” source package and visit here for instructions to install.
conda install -c bioconda repeatmasker
nanovar [Options] --annotate_ins human sample.fq/sample.bam ref.fa working_dir
For more details: see NanoVar wiki
nanoinsight [-h] [-v] [-q] [-t int] [-i path] [-u path] [-m path] [-r path] [-s species] [VCF] [working_directory] Example: nanoinsight -t 4 -s human sample.nanovar.pass.vcf ./working_dir
Required parameters: | Parameter | Description | | —— | —— | | -s | Specify species for repeatmasker (e.g. human)| | [VCF] | Path to VCF input file | | [working_directory] | Path to working directory |
Additional Parameters: | Parameter | Description | | —— | —— | | -h | Show help message | | -v | Show version | | -q | hide verbose | | -t | Number of threads to be used [1]| | -i | Path to ins_seq.fa file (NanoVar output) | | -u | Path to sv_support_reads.tsv file (NanoVar output) | | -m | Path to mafft executable file | | -r | Path to RepeatMasker executable file |
一个用于注释由NanoVar检测到的基因组插入事件的重复序列注释工具。它通过提取非参考插入序列,并使用RepeatMasker等工具来识别和分类其中的重复元件
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
NanoINSight
NanoINSight is a repeat annotation tool for insertions called by NanoVar.
Installation:
Option 1:
Installing NanoVar v1.6 from PyPI will automatically install NanoINSight, Please visit here for instructions to install NanoVar.
Option 2: Using Pip
Option 3: Cloning from GitHub repository
Installation of dependencies
1. MAFFT
Option 1: Conda
Option 2:
Please visit here to download the “without_extensions” source package and visit here for instructions to install.
2. RepeatMasker
Option 1: Conda
Option 2:
Please visit here for instructions to install.Run:
Option 1: Run with NanoVar command by adding the “–annotate_ins [species]” parameter
For more details: see NanoVar wiki
Option 2: Run via the command-line
Required parameters: | Parameter | Description | | —— | —— | | -s | Specify species for repeatmasker (e.g. human)| | [VCF] | Path to VCF input file | | [working_directory] | Path to working directory |
Additional Parameters: | Parameter | Description | | —— | —— | | -h | Show help message | | -v | Show version | | -q | hide verbose | | -t | Number of threads to be used [1]| | -i | Path to ins_seq.fa file (NanoVar output) | | -u | Path to sv_support_reads.tsv file (NanoVar output) | | -m | Path to mafft executable file | | -r | Path to RepeatMasker executable file |
Output:
Authors: