首页 > TAG信息列表 > contig

VHH高通量测序数据分析---版本3

#Round3与round2的对标 #就是希望根据round2的cluster id and representative_CDR3然后命名round3 #然后还需要将round2的unique protein 以及round3的unique protein对标出来 #/usr/bin/bash #coding=utf-8 #$1 是文件所在目录 #$2 是roudn2的文件 #$3 是round3的文件 di

VHH高通量测序数据分析----修改版

bash NGS_round1.sh $(pwd) round1.txt #shell脚本 #!/usr/bin/bash file=${2} dir=${1} /usr/bin/python3 /public/home/djs/huiyu/NGS_1.py ${dir} ${file} awk 'BEGIN{FS="\t"} NR > 1 {print ">"$1;print $6}' ${dir}/${file}tes

【内存管理】ION内存管理器浅析(system contig heap)

system contig heap与system heap 从代码中我们看到system contig heap与system heap同属一个文件中,ion_system_heap.c 相同点:它们都是根据用户传递的字节len,转换成order,从buddy中申请内存页 不同点: contig heap申请的是连续内存页,最大能到order 10(受限于buddy)。而system hea