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

Next revision
Previous revision
tutorials:perl:trim_seq_by_regex.1.pl [2011/01/20 15:21] – created chkuotutorials:perl:trim_seq_by_regex.1.pl [2012/06/15 00:34] (current) chkuo
Line 1: Line 1:
-<code perl>+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>
 #!/usr/bin/perl -w #!/usr/bin/perl -w
  
Line 87: Line 95:
  
 exit(0); exit(0);
-</code> +</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.1295508108.txt.gz · Last modified: by chkuo