4
4
5
5
[ IMGT] ( http://imgt.org ) 's [ V-QUEST] ( http://www.imgt.org/IMGT_vquest/analysis )
6
6
is only available via a web interface. This Python package automates V-QUEST
7
- usage by submitting request data like the web form does. Curently only the
7
+ usage by submitting request data like the web form does. Currently only the
8
8
"Download AIRR formatted results" option is supported.
9
9
10
10
Example command-line usage, with rhesus sequences in seqs.fasta:
@@ -13,7 +13,7 @@ Example command-line usage, with rhesus sequences in seqs.fasta:
13
13
vquest --species rhesus-monkey --receptorOrLocusType IG --fileSequences seqs.fasta
14
14
15
15
The output is saved to ` Parameters.txt ` and ` vquest_airr.tsv ` (the files
16
- V-QUEST provides in a zip archive) in the working directory.
16
+ V-QUEST provides in a zip archive) in the working directory by default .
17
17
18
18
Or with ` --align ` to automatically extract the alignment as FASTA:
19
19
@@ -33,14 +33,14 @@ Here the output is a dictionary of filenames to contents.
33
33
34
34
The only required options are species, receptorOrLocusType, and either
35
35
fileSequences or sequences (to provide sequences directly as text). Options
36
- can be given via command-line arguemnts or one or more YAML configuration
36
+ can be given via command-line arguments or one or more YAML configuration
37
37
files. See [ data/defaults.yml] ( data/defaults.yml ) and ` ./vquest.py --help ` for
38
38
details.
39
39
40
40
The web form will only accept 50 sequences at a time, so the sequences given
41
- here are grouped into chunks of 50, submitted, and the results combined. A
42
- delay (default 1 second) is used between submissions to avoid being impolite to
43
- the server.
41
+ here are grouped into chunks of 50, submitted, and (by default) the results
42
+ automatically combined. A delay (default 1 second) is used between submissions
43
+ to avoid being impolite to the server.
44
44
45
45
* V-QUEST: < http://www.imgt.org/IMGT_vquest/analysis >
46
46
* V-QUEST docs: < http://www.imgt.org/IMGT_vquest/user_guide#intro >
0 commit comments