Skip to content

Instantly share code, notes, and snippets.

# 部分整理感谢 @王司徒你枉活七十有六 https://space.bilibili.com/323370526
_m = {'峯': '罗', '・': '真', '能': '的', '荊': '地', '旁': '旁', '白': '白', ':': ':', '胤': '今', '限': '天', '紀': '向', '挨': '上', '船': '望', '閑': '去', '意': '也', '積': '是', '梅': '看', '呪': '惯', '移': '了', '鼻': '空', '\\': '\\', 'n': 'n', '丑': '仰', '萎': '二', '勘': '十', '薩': '年', '卯': '以', '\n': '\n', '蕗': '累', '緋': '积', '倩': '起', '疏': '来', '宅': '每', '屮': '一', '巌': '发', '頓': '生', '今': '小', '斎': '崩', '痛': '溃', '闇': '之', '季': '后', '…': '…', '繊': '朋', '誠': '早', '午': '好', '!': '!', '縦': '我', '剿': '这', '騨': '次', '吭': '配', '坐': '属', '核': '到', '償': '报', '凖': '道', '叭': '部', '掻': '柳', '観': '原', '陰': '从', '紙': '往', '亙': '请', '絃': '多', '荷': '关', '渡': '照', '仭': '责', '輔': '编', '暁': '啊', '~': '~', '悦': '你', '根': '就', '餌': '传', '噬': '闻', '災': '峰', '健': '城', '交': '姐', '?': '?', '猷': '获', '諮': '得', '詮': '期', '脂': '待', '惜': '星', '廊': '评', '渦': '价', '厰': '那', '宛': '个', '逢': '不', '斐': '种', '胃': '事', '弓': '和', '材': '工', '駅': '作', '鉾': '职', '蛍': '场', '淡': '没', '線': '有', '嘘': '任', '液': '何', '葡':
@Limour-dev
Limour-dev / convertToUTF8.py
Last active April 2, 2024 15:45
Notepad++ Batch Conversion Encoding
#-*- encoding:utf-8 -*-
#
# Notepad++ Python script plugin script.
# For converting file encoding & lineending.
#
import os
import sys
filePathSrc = notepad.prompt("请输入目录路径".decode('utf-8').encode('gbk'), "输入目录路径".decode('utf-8').encode('gbk'))
filter_exts = [".txt"]
@Limour-dev
Limour-dev / dlKnownSites.vcf.sh
Created September 26, 2023 08:04 — forked from allgenesconsidered/example.sh
Pulling more reference files from the GATK servers
#!/bin/bash
cd /data/home/molvera/res
wget -c ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/hg38/1000G_phase1.snps.high_confidence.hg38.vcf.gz
wget -c ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/hg38/1000G_phase1.snps.high_confidence.hg38.vcf.gz.tbi
wget -c ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/hg38/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz
wget -c ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/hg38/Mills_and_1000G_gold_standard.indels.hg38.vcf.gz.tbi
wget -c ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/hg38/hapmap_3.3.hg38.vcf.gz
wget -c ftp://gsapubftp-anonymous@ftp.broadinstitute.org/bundle/hg38/hapmap_3.3.hg38.vcf.gz.tbi