2024.07
Deployed on July 16th, 2024
- On June 14th, 2024 we modified the SPP to use "fastp & minimap2 against GRCh38.p14 + Phi X 174 + T2T-CHM13v2.0, then Movi against GRCh38.p14, T2T-CHM13v2.0 + Human Pangenome Reference Consortium release 2023" to filter human-reads.
- Full refactor of the DB patching system to make sure that a new production deployment has a fully empty database.
- Fully removed Qiimp from Qiita.
- Users can now add
ORCID,ResearchGateand/orGoogleScholarinformation to their profile and the creation (registration) timestamp is kept in the database. Thank you @jlab. - Admins can now track and purge non-confirmed users from the database via the GUI (
/admin/purge_users/). Thank you @jlab. - Added
qiita.slurm_resource_allocationsto store general job resource usage, which can be populated byqiita_db.util.update_resource_allocation_table. - Added
qiita_db.util.resource_allocation_plotto generate different models to allocate resources from a given software command based on previous jobs, thank you @Gossty ! - The stats page map can be centered via the configuration file; additionally, the Help and Admin emails are defined also via the configuration files, thank you @jlab !
Sequel IIe,Revio, andOnsoare now valid instruments for thePacBio_SMRTplatform.- Added
current_human_filteringto the prep-information andhuman_reads_filter_methodto the artifact to keep track of the method that it was used to human reads filter the raw artifact and know if it's up to date with what is expected via the best practices. - Added
reprocess_job_idto the prep-information so we keep track if a preparation has been reprocessed with another job. - Other general fixes, like #3385, #3397, #3399, #3400, #3409, #3410.