Submitted by admin on Mon, 03/10/2025 - 03:36
#1.登陆111.14.177.46
#2.切换到train用户
su train
#PASSWD与root一样
#3.进入SRR存储目录(以下面的目录为例)
cd /home/train/hd/SRP078467_leaf
#4.拷贝sra2fq.sh脚本
cp /home/train/hd/scripts/sra2fq.sh .
#5. 建立输入和输出文件夹
mkdir -p input
mkdir -p out
#6.input文件夹准备数据
mv SRR122* input
#7.执行脚本
nohup sh sra2fq.sh input out &
# 解压后的fq文件在 out文件夹里
tips:如出现报错,可能是文件夹的权限问题, 执行 sudo chown -R train:train * 输入root密码
Submitted by admin on Fri, 03/07/2025 - 06:57
#修改cgi程序中的sql语句,添加{ }内容
my $dbh = DBI->connect("dbi:mysql:tomatopan","tomatopan","tomatopan", {mysql_enable_utf8 => 1,}) or die "DB connect failed\n";
Submitted by admin on Fri, 02/28/2025 - 10:09
1.提取intron,执行py脚本需要搭建python27的conda环境
#extract intron
#conda create -n python27 python=2.7
#conda activate python27 #注意老版本的miniconda是使用source activate ------不同版本的conda似乎有一个conda init的是否执行的区别?注意学习总结
#conda install -c bioconda misopy
python extract_intron_gff3_from_gff3.py Charmono_v1.1.gff3 Charmono_v1.1.introns.gff3
grep "intron" Charmono_v1.1.introns.gff3_introns.gff3 > Charmono_v1.1.introns.gff3
perl parseIntron.cgi Charmono_v1.1.introns.gff3 > Charmono_v1.1_introns.txt
Submitted by admin on Tue, 02/25/2025 - 14:21
perl -ne 'print unless $seen{(split /\s+/)[1].(split /\s+/)[2]}++' input_file.txt > output_file.txt
perl -ne 'print unless $. == 1 || $. == 2 || $. == 3' file
Submitted by admin on Mon, 02/24/2025 - 03:20
- 论文方面:
- 课题方面:
- 聚焦 地方需求(如山东省海洋经济、农业升级相关选题)。
- 申请 青年项目(如山东省自然科学基金青年基金,资助率更高)。
四、可行性评估与建议
1. 6年完成任务的可行性
- 乐观场景(有团队支持+学科适配):
✅ 3年内发表SCI → 4-5年获批课题 → 成功率>70%。
- 保守场景(独立研究+实验学科):
⚠️ 4-5年发表SCI → 课题申请竞争激烈 → 成功率约50%。
2. 提升成功率的策略
Submitted by admin on Sun, 02/23/2025 - 10:46
eggNOG注释可以间接获得KEGG注释结果,但需通过其整合的数据库映射实现。以下是具体机制、操作方法和注意事项:
一、eggNOG与KEGG的关联机制
eggNOG(Evolutionary Genealogy of Genes: Non-supervised Orthologous Groups)是一个跨物种的直系同源基因数据库,其注释整合了多个公共数据库(包括KEGG)。具体关联方式如下:
Submitted by admin on Sun, 02/23/2025 - 10:07
若必须使用 Perl/CGI,需在论文中 主动解释技术选择并证明其合理性:
- 强调遗留代码复用:
“The Perl/CGI framework was chosen to integrate with existing legacy analysis tools, ensuring backward compatibility.”
- 补充性能优化:
“We implemented FastCGI and caching mechanisms to enhance response speed under high concurrency.”
- 安全加固说明:
“All user inputs are sanitized using DBI placeholders and HTML escaping is enforced via Template Toolkit.”
四、替代方案建议(优先推荐)
Submitted by admin on Sun, 02/23/2025 - 09:43
Submitted by admin on Sat, 02/22/2025 - 10:04
Submitted by admin on Sat, 02/15/2025 - 02:35
Pages