会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
asakarum
博客园
首页
新随笔
联系
管理
订阅
2026年4月4日
perl版本冲突报错:Cwd.c: loadable library and perl binaries are mismatched (got handshake key 0xde00080, needed 0xed00080)
摘要: [Chennan01@login ~]$ Trinity /data1/home/Chennan01/miniforge3/bin/Trinity: Perl lib version (5.26.2) doesn't match executable '/data1/home/Chennan01/m
阅读全文
posted @ 2026-04-04 00:46 asaca_r
阅读(2)
评论(0)
推荐(0)
2026年4月1日
(八)参考基因组前处理:seqtk、gffread、提取最长转录本
摘要: 1. 基因组序列换行 seqtk seq -l 60 ori_genome.fa genome.fa 2. 基因注释gff转换为gtf gffread -T -o genes.gtf genes.gff3 3. 判断基因注释水平 # -c表示打印匹配的行数 grep -c "gene" gene.m
阅读全文
posted @ 2026-04-01 20:03 asaca_r
阅读(3)
评论(0)
推荐(0)
2026年3月30日
链特异性文库判断的snakemake流程
摘要: mamba create -n str python=3.7 how_are_we_stranded_here mamba activate str mamba env export >check_strandness.yaml mamba deactivate mamba env remove -
阅读全文
posted @ 2026-03-30 04:52 asaca_r
阅读(1)
评论(0)
推荐(0)
2026年3月29日
(十一)RNA-seq上游分析流程——snakefile
摘要: 数据准备:(1)测序数据(2)参考基因组的DNA序列、基因注释、蛋白序列 #预处理 # 序列:一条序列推荐60或80个碱基一行 seqtk seq -l 60 genome.fa genome-60.fa # 基因注释:gff转gtf gffread -T -o genes.gtf genes.gf
阅读全文
posted @ 2026-03-29 16:18 asaca_r
阅读(4)
评论(0)
推荐(0)
2026年3月23日
how_are_we_stranded_here容器构建、安装
摘要: singularity build --sandbox how_are_we_stranded_here ubuntu_22.04.sif singularity shell -w -f how_are_we_stranded_here/ apt-get update apt-get install
阅读全文
posted @ 2026-03-23 17:52 asaca_r
阅读(1)
评论(0)
推荐(0)
2026年3月21日
(十二)集群测试记录——snakemake中rule的用法
摘要: 集群资源使用情况 qstat -Q # 查看所有队列名和使用情况 qstat -Qf small_q # 队列具体资源分配 pbsnodes -a # 查看所有节点使用情况 一、test1-snakemake7-基本逻辑 当前目录含有Snakefile、raw_data(放测序数据),在当前目录下运
阅读全文
posted @ 2026-03-21 03:40 asaca_r
阅读(1)
评论(0)
推荐(0)
2026年3月19日
(十)snakemake环境部署
摘要: 不用创建文件夹,跑过的文件不会重新再跑一遍 1.跑流程主要文件 snakefile:流程 config.yaml:流程的配置文件 env.yml:环境配置 2.通过导入导出conda环境快速部署 # 1.下载mambaforge wget https://github.com/conda-forge
阅读全文
posted @ 2026-03-19 04:10 asaca_r
阅读(5)
评论(0)
推荐(0)
(九)RNA-seq上游分析流程——shell
摘要: # 1.使用 fastp 质控 mamba install -c bioconda fastp fastp -i raw_data/Cs1_rep1_1.fastq.gz \ -I raw_data/Cs1_rep1_2.fastq.gz \ -o clean_data/Cs1_rep1_1.fas
阅读全文
posted @ 2026-03-19 02:17 asaca_r
阅读(13)
评论(0)
推荐(0)
2026年3月16日
构建starrpeaker镜像(使用singularity容器技术)
摘要: 检索“singularityCE”,不想折腾建议安装singularity3.8版本 安装singularity需要root,构建容器需要root或fakeroot,运行则不用 一、制作镜像(使用conda)=763m 最终制作的镜像较大 1.下载基础镜像 检索“singularity librar
阅读全文
posted @ 2026-03-16 03:46 asaca_r
阅读(4)
评论(0)
推荐(0)
2026年2月1日
ATAC-seq数据分析
摘要: 参考文献: Cohen, Lianne B et al. “A genome-wide survey reveals a diverse array of enhancers coordinate the Drosophila innate immune response.” bioRxiv : t
阅读全文
posted @ 2026-02-01 16:20 asaca_r
阅读(32)
评论(0)
推荐(0)
下一页
公告