Changes between Version 6 and Version 7 of SOPs/AssemblingRNAseqReads


Ignore:
Timestamp:
10/30/25 15:53:55 (4 days ago)
Author:
kdesilva
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/AssemblingRNAseqReads

    v6 v7  
    1414 
    1515{{{
    16 bsub "inchworm --reads reads_sequence.fa --run_inchworm -K 25 --DS --min_assembly_coverage 5 > reads.inchworm_contigs.fa"
     16sbatch --job-name=inchworm --mem=32G --wrap="inchworm --reads reads_sequence.fa --run_inchworm -K 25 --DS --min_assembly_coverage 5 > reads.inchworm_contigs.fa"
    1717}}}
    1818     
     
    3232
    3333{{{
    34   bsub cufflinks -M Mus_musculus.NCBIM37.62.noNT.rRNA.chrM.gtf sample1/accepted_hits.bam
    35   bsub cufflinks -M Mus_musculus.NCBIM37.62.noNT.rRNA.chrM.gtf sample2/accepted_hits.bam
     34  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"
    3636}}}
    3737
     
    7373{{{
    7474  Sample command:
    75   bsub tgicl contig_cleaned.fa -l 40 -p 90
     75  sbatch --job-name=tgicl --mem=16G --wrap="tgicl contig_cleaned.fa -l 40 -p 90"
    7676}}}
    7777
     
    8383{{{
    8484# 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"
     85sbatch --job-name=seqclean --mem=8G --wrap="seqclean contig.fa -v /nfs/genomes/UniVec/UniVec_Core -o contig_cleaned.fa"
    8686}}}
    8787