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 genomic_address_service to version 0.2.0. PR #59
Added software_versions.yml to pipeline output. PR #59
Fix
A bug where addresses weren't called when no samples in the input sample sheet had addressess already assigned. PR #60
A bug where large gzipped files would cause pipe errors (141) and then the append_profiles process would fail. This would cause the whole pipeline to fail. A fix has been added to prevent this failure from failing the process. PR #61
Fixed issue #57, where LOCIDEX_MERGE had file collisions in pubDir due to multiple processes generating the same file name (when split into multiple batches). PR #58