<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[SARS-CoV-2 discovery and surveillance]]></title><description><![CDATA[<h3>命令介绍：</h3>
<pre><code>1. 质量控制 （srynobio/fastp:latest）
    fastp -i SRR11954304.fastq.gz -o SRR11954304_fastp.fastq
2. 去除宿主 （trinityrnaseq/trinityrnaseq:latest）

    bowtie2 -p 15 -x /ceph_disk2/data/tmp/index -U SRR12045797.fastq -S a.sam
    samtools view -bS -F 4 a.sam &gt; a.bam
    samtools sort a.bam -o a.sorted.bam
    samtools index a.sorted.bam
    samtools fastq a.sorted.bam &gt; a.fq 

3. 转录组组装软件（trinityrnaseq/trinityrnaseq:latest）
    Trinity --seqType fq --max_memory 100G --single a.fq


4. 分类 （ncbi/blast:2.12.0）
        (nanozoo/diamond：latest）

    diamond makedb  --in Trinity.fasta -d Trinity
    diamond blastx -d Trinity -q Trinity.fasta -o t1


    makeblastdb -in Trinity.fasta -dbtype prot -title Trinity -out Trinity
    blastx -db test  -query Trinity.fasta -out test.out 
    blastn -db test  -query Trinity.fasta -out test.out 

5. 多序列比对：(staphb/mafft:latest)
    MAFFT 
    mafft --maxiterate 100  sample.fasta &gt; result.fa
    python trans.py result.fa result.phy
6. 系统发育和进化分析(biocontainers/raxml:v8.2.12dfsg-1-deb_cv1)
    RAxML
    raxmlHPC -d -p 12345 -m GTRGAMMAI -s result.phy -n txt
</code></pre>
<p dir="auto">参考文献： <a href="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7929396/#ref33" rel="nofollow ugc">https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7929396/#ref33</a></p>
]]></description><link>http://an.forum.genostack.com/topic/586/sars-cov-2-discovery-and-surveillance</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:21:36 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/586.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Mar 2022 03:04:59 GMT</pubDate><ttl>60</ttl></channel></rss>