Changes between Version 1 and Version 2 of SOPs/trimming_mapping_shortReads


Ignore:
Timestamp:
10/31/25 16:49:58 (2 days ago)
Author:
kdesilva
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/trimming_mapping_shortReads

    v1 v2  
    99
    1010{{{
    11 bsub "fastx_clipper -a CTGTAGGCACCATCAAT -i s2_sequence.txt -v -l 22 -o s2_sequence_noLinker.txt"
     11sbatch --job-name=fastx --wrap="fastx_clipper -a CTGTAGGCACCATCAAT -i s2_sequence.txt -v -l 22 -o s2_sequence_noLinker.txt"
    1212In the above command:
    1313   -a CTGTAGGCACCATCAAT is the linker sequence
     
    2929 
    3030{{{
    31 bsub "fastx_trimmer -f 1 -l 22  -i s7_sequence_clipped.txt -o  s7_sequence_clipped_trimmed.txt"
     31sbatch --job-name=fastx_trimmer --wrap="fastx_trimmer -f 1 -l 22  -i s7_sequence_clipped.txt -o  s7_sequence_clipped_trimmed.txt"
    3232     
    3333[-i INFILE]  = FASTA/Q input file. default is STDIN.