Changes between Version 1 and Version 2 of SOPs/trimming_mapping_shortReads
- Timestamp:
- 10/31/25 16:49:58 (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SOPs/trimming_mapping_shortReads
v1 v2 9 9 10 10 {{{ 11 bsub"fastx_clipper -a CTGTAGGCACCATCAAT -i s2_sequence.txt -v -l 22 -o s2_sequence_noLinker.txt"11 sbatch --job-name=fastx --wrap="fastx_clipper -a CTGTAGGCACCATCAAT -i s2_sequence.txt -v -l 22 -o s2_sequence_noLinker.txt" 12 12 In the above command: 13 13 -a CTGTAGGCACCATCAAT is the linker sequence … … 29 29 30 30 {{{ 31 bsub"fastx_trimmer -f 1 -l 22 -i s7_sequence_clipped.txt -o s7_sequence_clipped_trimmed.txt"31 sbatch --job-name=fastx_trimmer --wrap="fastx_trimmer -f 1 -l 22 -i s7_sequence_clipped.txt -o s7_sequence_clipped_trimmed.txt" 32 32 33 33 [-i INFILE] = FASTA/Q input file. default is STDIN.
