diff --git a/README.md b/README.md index a7f7c3d..9c65eba 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ ->[Mou Yin](https://github.com/yinm2018): 看看我写的基因组学研究流程!\ -[Hermiolee1](https://github.com/Hermiolee1): 我占坑的,怎么了嘛 ### 下一步 diff --git a/Work_flows/transcriptome.md b/Work_flows/transcriptome.md new file mode 100644 index 0000000..d93ad04 --- /dev/null +++ b/Work_flows/transcriptome.md @@ -0,0 +1,13 @@ +# 比较转录组学分析 + +## 序列比对 + +### 原始数据质量控制 + +使用fastq + +### 建立基因组索引 + +```sh +hisat2-build -c reference.fasta creference +``` \ No newline at end of file