# HG changeset patch # User p.lucas # Date 1537964838 14400 # Node ID f2f198a2db7852b1979679302cc3c96434f72bee # Parent 746e286edff05e1401d5871f95f9589d6aa37298 Uploaded diff -r 746e286edff0 -r f2f198a2db78 exseq_multi.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/exseq_multi.xml Wed Sep 26 08:27:18 2018 -0400 @@ -0,0 +1,34 @@ + + Filter segment from gb file and headers text file. + + + + + python3 exseq_multi.py -i $inputfile -s $startpos -e $endpos -o $output + + + + + + + + + + + usage: exseq_multi.py [-h] [-i INFILE] [-s START] [-e END] [-o OUTFILE] + + Extract sequence of multifasta file from position start/end. + + optional arguments: + -h, --help show this help message and exit + -i INFILE, --input_file INFILE + Multifasta file. + -s START, --start_position START + Start position to extract. + -e END, --end_position END + End position to extract. + -o OUTFILE, --output_file OUTFILE + Output file. + + +