HybPiper version 2.1.7
·
167 commits
to master
since this release
- The flag
--run_introneratewas removed from thehybpiper assemblecommand in therun_hybpiper_test_dataset.shfile. - Removed the legacy check and attempted download of the test dataset in the
run_hybpiper_test_dataset.shfile. - Added a check to
hybpiper statsandhybpiper retrieve_sequencesto ensure sample names in thenamelist.txtfile do not contain forward slashes issue#143. - When checking for putative chimeric gene sequences in
hybpiper retrieve_sequencesandhybpiper paralog_retriever, generate a warning rather than an error if the file<sample_name>_genes_derived_from_putative_chimeric_stitched_contig.csvcan't be found for a given sample. This file will not be written if no gene sequences were produced for this sample (i.e. no reads mapped, no SPAdes contigs, no sequences extracted from SPAdes contigs via Exonerate). - Check that target file FASTA headers do not contain quotation marks (
"or'); issue#125. - Updated the installation instructions in the README and Wiki to use the Bioconda package, and added installation instruction for Macs with Apple Silicon (M1/M2/M3 chips).
- Fixed a bug in
exonerate_hits.pythat meant that hits were not always trimmed to start with the first amino-acid with full alignment identity. This bug could potentially have had an effect on output sequences only if the values for--exonerate_hit_sliding_window_sizeand/or--exonerate_hit_sliding_window_threshwere changed from default values. - Use
importlib.metadatarather thanpkg_resourcesfor module version checks, due to deprecation of the latter.