User Tools

Site Tools


tutorials:perl:trim_seq_by_regex.1.pl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tutorials:perl:trim_seq_by_regex.1.pl [2012/06/15 00:33] chkuotutorials:perl:trim_seq_by_regex.1.pl [2012/06/15 00:34] (current) chkuo
Line 1: Line 1:
 +Usage: <code bash>
 +perl ~/plscript/trim_seq_by_regex.1.pl \
 +  --in_file=INPUT_FILE \
 +  --out_dir=OUTPUT_DIR \
 +  --regex="AAACT[CT]AAA[GT]GAATTGACGG(\w+)$" \
 +  --verbose=1
 +</code>
 +
 <file perl trim_seq_by_regex.1.pl> <file perl trim_seq_by_regex.1.pl>
 #!/usr/bin/perl -w #!/usr/bin/perl -w
Line 88: Line 96:
 exit(0); exit(0);
 </file> </file>
-    * Usage: <code bash> 
-perl ~/plscript/trim_seq_by_regex.1.pl --in_file=INPUT_FILE --out_dir=OUTPUT_DIR --regex="AAACT[CT]AAA[GT]GAATTGACGG(\w+)$" --verbose=1 
-</code> 
tutorials/perl/trim_seq_by_regex.1.pl.1339691592.txt.gz · Last modified: by chkuo