Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • I IMP3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IMP
  • IMP3
  • Issues
  • #32

Closed
Open
Created Aug 17, 2021 by Valentina Galata@valentina.galataMaintainer

Output: minimize output size

The current output of IMP3 is huge, especially the folder Preprocessing/. For a user, it might be difficult to decide which files could be deleted because they are not required later and could be re-created if necessary. For example, <omic>.se1.trimmed.fq.gz and <omic>.se2.trimmed.fq.gz are concatenated into <omic>.se.trimmed.fq.gz but all three are kept after preprocessing.

I would suggest to have a discussion how to best address this issue:

  • identify files which could be considered as not or less relevant, and can be re-created if needed
  • define how to handle these files, e.g. removing these if a certain flag is set in the config file or provide a list of files so the users can remove them themselves
Assignee
Assign to
Time tracking