<?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[RNA-seq命令]]></title><description><![CDATA[<p dir="auto">回复: <a href="/topic/123/rna-seq%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90">RNA-seq数据分析</a><br />
运行环境：</p>
<pre><code>docker   run -it -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 /bin/bash

docker   run -it -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /bin/bash
</code></pre>
<pre><code>/opt/hisat2-2.1.0/extract_splice_sites.py /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf &gt; /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/my_index/chrX.ss
/opt/hisat2-2.1.0/extract_exons.py /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf &gt; /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/my_index/chrX.exon

/opt/hisat2-2.1.0/hisat2-build -p 8 --ss /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/my_index/chrX.ss --exon /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/my_index/chrX.exon /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genome/chrX.fa chrX_tran

hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188044_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188044_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188044_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188104_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188104_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188104_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188234_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188234_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188234_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188245_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188245_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188245_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188257_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188257_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188257_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188273_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188273_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188273_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188337_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188337_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188337_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188383_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188383_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188383_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188401_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188401_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188401_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188428_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188428_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188428_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188454_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR188454_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188454_chrX.sam
hisat2 --dta -x /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/indexes/chrX_tran -1 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR204916_chrX_1.fastq.gz -2 /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/samples/ERR204916_chrX_2.fastq.gz -S /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR204916_chrX.sam




samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188044_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188044_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188104_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188104_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188234_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188234_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188245_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188245_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188257_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188257_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188273_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188273_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188337_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188337_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188383_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188383_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188401_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188401_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188428_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188428_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188454_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188454_chrX.sam
samtools sort -@ 8 -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR204916_chrX.bam /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR204916_chrX.sam


/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188044_chrX.bam -l ERR188044 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188044_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188104_chrX.bam -l ERR188104 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188104_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188234_chrX.bam -l ERR188234 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188234_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188245_chrX.bam -l ERR188245 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188245_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188257_chrX.bam -l ERR188257 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188257_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188273_chrX.bam -l ERR188273 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188273_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188337_chrX.bam -l ERR188337 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188337_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188383_chrX.bam -l ERR188383 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188383_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188401_chrX.bam -l ERR188401 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188401_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188428_chrX.bam -l ERR188428 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188428_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188454_chrX.bam -l ERR188454 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR188454_chrX.gtf
/opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR204916_chrX.bam -l ERR204916 -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/ERR204916_chrX.gtf


/opt/stringtie-1.3.3.Linux_x86_64/stringtie --merge -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/genes/chrX.gtf -o /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/RNAseq_protocol/chrX_data/mergelist.txt


gffcompare -r chrX_data/genes/chrX.gtf -G -o merged stringtie_merged.gtf


/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188044/ERR188044_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188044_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188104/ERR188104_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188104_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188234/ERR188234_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188234_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188245/ERR188245_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188245_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188257/ERR188257_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188257_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188273/ERR188273_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188273_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188337/ERR188337_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188337_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188383/ERR188383_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188383_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188401/ERR188401_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188401_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188428/ERR188428_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188428_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR188454/ERR188454_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR188454_chrX.bam
/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/assembly/stringtie_merged.gtf -o ballgown/ERR204916/ERR204916_chrX.gtf /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/map/ERR204916_chrX.bam

python /prepDE.py -i /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu/pub/ballgown
</code></pre>
]]></description><link>http://an.forum.genostack.com/topic/540/rna-seq命令</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 10:43:16 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/540.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Feb 2022 06:33:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RNA-seq命令 on Mon, 14 Feb 2022 07:50:23 GMT]]></title><description><![CDATA[<p dir="auto">程老师 6个样本</p>
<pre><code>2. 
/opt/hisat2-2.1.0/extract_splice_sites.py /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf &gt; /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX.ss
/opt/hisat2-2.1.0/extract_exons.py /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf &gt; /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX.exon

/opt/hisat2-2.1.0/hisat2-build -p 8 --ss /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX.ss --exon /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX.exon /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/GCF_000001405.39_GRCh38.p13_genomic.fa chrX_tran



docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 hisat2 --dta -x /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX_tran -1 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/H040_1.fq.gz -2 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/H040_2.fq.gz -S /ceph_disk2/data/hongyuan/tmp/six_sample/map/H040.sam

docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 hisat2 --dta -x /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX_tran -1 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/C029_1.fq.gz -2 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/C029_2.fq.gz -S /ceph_disk2/data/hongyuan/tmp/six_sample/map/C029.sam

docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 hisat2 --dta -x /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX_tran -1 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/H036_1.fq.gz -2 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/H036_2.fq.gz -S /ceph_disk2/data/hongyuan/tmp/six_sample/map/H036.sam

docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 hisat2 --dta -x /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX_tran -1 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/C028_1.fq.gz -2 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/C028_2.fq.gz -S /ceph_disk2/data/hongyuan/tmp/six_sample/map/C028.sam

docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 hisat2 --dta -x /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX_tran -1 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/H009_1.fq.gz -2 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/H009_2.fq.gz -S /ceph_disk2/data/hongyuan/tmp/six_sample/map/H009.sam

docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 hisat2 --dta -x /ceph_disk2/data/hongyuan/tmp/six_sample/my_index/chrX_tran -1 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/C030_1.fq.gz -2 /ceph_disk2/data/hongyuan/mnt/data/find_data/BC180196-1/data/C030_2.fq.gz -S /ceph_disk2/data/hongyuan/tmp/six_sample/map/C030.sam


docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 samtools sort -o /ceph_disk2/data/hongyuan/tmp/six_sample/map/C028.bam /ceph_disk2/data/hongyuan/tmp/six_sample/map/C028.sam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 samtools sort -o /ceph_disk2/data/hongyuan/tmp/six_sample/map/C029.bam /ceph_disk2/data/hongyuan/tmp/six_sample/map/C029.sam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 samtools sort -o /ceph_disk2/data/hongyuan/tmp/six_sample/map/C030.bam /ceph_disk2/data/hongyuan/tmp/six_sample/map/C030.sam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 samtools sort -o /ceph_disk2/data/hongyuan/tmp/six_sample/map/H009.bam /ceph_disk2/data/hongyuan/tmp/six_sample/map/H009.sam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 samtools sort -o /ceph_disk2/data/hongyuan/tmp/six_sample/map/H036.bam /ceph_disk2/data/hongyuan/tmp/six_sample/map/H036.sam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/aleksandar_danicic/bismark-0-21-0:0 samtools sort -o /ceph_disk2/data/hongyuan/tmp/six_sample/map/H040.bam /ceph_disk2/data/hongyuan/tmp/six_sample/map/H040.sam



docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3


docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/data/hongyuan/tmp/six_sample/map/C028.bam -l C028 -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/C028.gtf
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/data/hongyuan/tmp/six_sample/map/C029.bam -l C029 -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/C029.gtf
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/data/hongyuan/tmp/six_sample/map/C030.bam -l C030 -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/C030.gtf
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/data/hongyuan/tmp/six_sample/map/H009.bam -l H009 -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/H009.gtf
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/data/hongyuan/tmp/six_sample/map/H036.bam -l H036 -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/H036.gtf
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 /opt/stringtie-1.3.3.Linux_x86_64/stringtie /ceph_disk2/data/hongyuan/tmp/six_sample/map/H040.bam -l H040 -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/H040.gtf


docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  

/opt/stringtie-1.3.3.Linux_x86_64/stringtie --merge -p 8 -G /ceph_disk2/data/hongyuan/mnt/data/public_data/Ref/human/Homo_sapiens.GRCh38.105.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/mergelist.txt


docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  /opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown/C028/C028.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/map/C028.bam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  /opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown/C029/C029.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/map/C029.bam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  /opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown/C030/C030.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/map/C030.bam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  /opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown/H009/H009.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/map/H009.bam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  /opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown/H036/H036.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/map/H036.bam
docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3  


/opt/stringtie-1.3.3.Linux_x86_64/stringtie -e -B -p 8 -G /ceph_disk2/data/hongyuan/tmp/six_sample/assembly/stringtie_merged.gtf -o /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown/H040/H040.gtf /ceph_disk2/data/hongyuan/tmp/six_sample/map/H040.bam


docker   run  -d -v /ceph_disk2/data/hongyuan:/ceph_disk2/data/hongyuan -v /ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu:/ceph_disk2/software/hisat/data/ftp.ccb.jhu.edu images.sbgenomics.com/marko_milanovic/stringtie:1.3.3 


python /prepDE.py -i /ceph_disk2/data/hongyuan/tmp/six_sample/ballgown
</code></pre>
]]></description><link>http://an.forum.genostack.com/post/1196</link><guid isPermaLink="true">http://an.forum.genostack.com/post/1196</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Mon, 14 Feb 2022 07:50:23 GMT</pubDate></item></channel></rss>