logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iva_qc - compare an assembly to a reference

Description

       usage:  iva_qc  [options]  {(-f  <reads_1.fq>  -r <reads_2.fq>) | --fr reads.fq} {(--embl_dir | --ref_db)
       <directory>} <assembly.fasta> <prefix of output files>

   positionalarguments:
       assembly.fasta
              Name of assembly fasta file to be compared to reference

       prefix of output files
              Prefix to use for name of all output files

   options:-h, --help
              show this help message and exit

   Referenceoptions(REQUIRED:either--embl_diror--ref_db):--embl_dir Directory
              Directory of reference EMBL files. If not used, must use --ref_db--ref_db Directory
              Directory of database made by iva_qc_make_db. If not used, must use --embl_dirReadsoptions(REQUIRED:either--fr,or(-fand-r)):-f filename[.gz], --reads_fwd filename[.gz]
              Name of forwards reads fasta or fastq file. Must be used with --reads_rev-r filename[.gz], --reads_rev filename[.gz]
              Name of reverse reads fasta or fastq file. Must be used with --reads_rev--fr filename[.gz]
              Name of interleaved fasta/q file

   MUMmeroptions:--cds_min_hit_length INT
              Minimum hit length when running nucmer of CDS sequences against contigs [30]

       --cds_min_hit_id FLOAT
              Minimum hit percent identity when running nucmer of CDS sequences against contigs [80]

       --ctg_min_hit_length INT
              Minimum hit length when running nucmer of contigs against reference [100]

       --ctg_min_hit_id FLOAT
              Minimum hit percent identity when running nucmer of contigs against reference [80]

   SMALTmappingoptions:-k INT, --smalt_k INT
              kmer hash length in SMALT (the -k option in smalt index) [15]

       -s INT, --smalt_s INT
              kmer hash step size in SMALT (the -s option in smalt index) [3]

       -y FLOAT, --smalt_id FLOAT
              Minimum identity threshold for mapping to be reported (the -y option in smalt map) [0.5]

   Externaltools:--gage_minid INT in [0,100]
              Minimum percent identity used when GAGE runs nucmer [80]

       --kraken_preload
              Use the --preload option when running kraken

       --ratt_config filename
              Specify your own RATT config file [None]

   Otheroptions:--ctg_layout_plot_title STRING
              Title to use in contig layout plot [IVA QC contig layout and read depth]

       --min_ref_cov INT
              Minimum read coverage of the reference, on each strand, to count as OK coverage [5]

       --noclean
              Do not clean temporary files

       --threads INT
              Number of threads to use [1]

       --version
              show program's version number and exit

       You must supply reads in one of two ways: 1) both --reads_fwd and --reads_rev; or 2) --fr. Also, you must
       either supply a reference with --embl_dir, or choose one automatically from a database with --ref_db.

iva_qc 1.0.8                                      December 2024                                        IVA_QC(1)

Name

       iva_qc - compare an assembly to a reference

See Also