- FASTQ support (#37)
- Repository now at https://github.com/ShawHahnLab/vquest (#36)
--outdir
argument to set output directory other than current working directory (#24)--no-collapse
argument (and updates torequest
function) to disable automatic combining of results across batched submissions (#25)
- Empty config files now result in the usual error message about required options (#30)
- All command-line options now match V-QUEST option names (#28)
- Don't include a trailing empty submission when submitting perfect multiples of 50 sequences (#19)
- Removed a duplicate data directory from build/install process (#16)
- Refactored top-level code into separate modules (#13)
- Avoid trying to import dependencies at install time (#13)
--align
argument (viaairr_to_fasta
function) for extraction of sequence alignment FASTA from AIRR results (#1)- Error messages sent by the server are now raised as an exception containing the server-provided message(s) (#7)
- Reorganized and expanded test code as its own package (#6)
- Added basic test of command-line usage (#10)
- Clarified wording on required options (#8)
- Parse command-line options that should be integers from a finite list of options as integers instead of strings (#5)