civet summarises information around a set of sequences of interest. It relies on the user providing an alignment and metadata file, and an optional SNP file for speed-ups.
By default, civet will search for an environment variable CIVET_DATADIR and use this to find the background data. This can be overwritten by providing the `-d/--datadir` flag or by specifying `datadir` in the optional civet config file.
The records in each file should correspond 1:1 in the fasta file, metadata file and SNP file.
civet will look for these files in the `-d/--datadir` specified, or alternatively they can be provided with specific flags/ config arguments:
By default, civet will look for a fasta file in the data directory to use as the background sequence dataset. To provide a custom fasta file, use
By default, civet will look for a csv containing background data in the data directory. However, to provide custom background data, use
For more information on how to configure options connected to background metadata columns, see Background column configuration
By default, civet will look for a csv containing background SNPs in the data directory. However, to provide custom background SNPs, use
To generate the SNP file as a time-saver if you’re planning on running multiple civet reports on the same dataset, run
gofasta updown list -qto generate the SNP data file for the background data.
Run checks on cusom background data files Default: False
coming soon