Changes between Version 6 and Version 7 of SOPs/AssemblingRNAseqReads
- Timestamp:
- 10/30/25 15:53:55 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/AssemblingRNAseqReads
v6 v7 14 14 15 15 {{{ 16 bsub"inchworm --reads reads_sequence.fa --run_inchworm -K 25 --DS --min_assembly_coverage 5 > reads.inchworm_contigs.fa"16 sbatch --job-name=inchworm --mem=32G --wrap="inchworm --reads reads_sequence.fa --run_inchworm -K 25 --DS --min_assembly_coverage 5 > reads.inchworm_contigs.fa" 17 17 }}} 18 18 … … 32 32 33 33 {{{ 34 bsub cufflinks -M Mus_musculus.NCBIM37.62.noNT.rRNA.chrM.gtf sample1/accepted_hits.bam35 bsub cufflinks -M Mus_musculus.NCBIM37.62.noNT.rRNA.chrM.gtf sample2/accepted_hits.bam34 sbatch --job-name=cufflinks_s1 --mem=32G --wrap="cufflinks -M Mus_musculus.NCBIM37.62.noNT.rRNA.chrM.gtf sample1/accepted_hits.bam" 35 sbatch --job-name=cufflinks_s2 --mem=32G --wrap="cufflinks -M Mus_musculus.NCBIM37.62.noNT.rRNA.chrM.gtf sample2/accepted_hits.bam" 36 36 }}} 37 37 … … 73 73 {{{ 74 74 Sample command: 75 bsub tgicl contig_cleaned.fa -l 40 -p 9075 sbatch --job-name=tgicl --mem=16G --wrap="tgicl contig_cleaned.fa -l 40 -p 90" 76 76 }}} 77 77 … … 83 83 {{{ 84 84 # Sample command: In this example, contig.fa is the output file from above assembly step 85 bsub"seqclean contig.fa -v /nfs/genomes/UniVec/UniVec_Core -o contig_cleaned.fa"85 sbatch --job-name=seqclean --mem=8G --wrap="seqclean contig.fa -v /nfs/genomes/UniVec/UniVec_Core -o contig_cleaned.fa" 86 86 }}} 87 87
