You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated metro-map to also depict the optional creation of downstream samplesheets for nf-core/proteinfold and nf-core/proteinannotator. Also swapped seqkit/rmdup and seqkit/replace modules to their proper execution sequence. (by @vagkaratzas)
Updated the test_full profile time and memory requirements to avoid AWS failures on release. (by @vagkaratzas)
Fixed a bug in REMOVE_REDUNDANCY subworkflow, where the combination of these skip flags --skip_sequence_redundancy_removal true, --skip_additional_sequence_recruiting true and --skip_additional_sequence_recruiting false, would execute HHSUITE_REFORMAT_FILTERED to reformat Stockholm alignments while they were already in fasta (or clipkit) format. (by @vagkaratzas)
Fixed a bug in REMOVE_REDUNDANCY subworkflow, where unmerged similar families would be removed along with redundant ones, when --skip_family_merging was true and --skip_family_redundancy_removal was false. (by @vagkaratzas)