Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • ng6 ng6
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Maintenance - Mise à jour mensuelle Lundi 6 Février entre 7h00 et 9h00

  • genotoul-bioinfo
  • ng6ng6
  • Issues
  • #208
Closed
Open
Issue created May 20, 2021 by Romain Therville@rtherville☕Developer

RunStats image paths are wrong for A2P1b-PlaGe-Caille

Even after the migration, the filepaths are still '/data_shortterm/' instead of '/data_seqoccin/'.

TODO:

UPDATE tx_nG6_result
SET rvalue = REPLACE(rvalue, '/data_shortterm/', '/data_seqoccin/')
WHERE analyze_id IN (
  SELECT analyze_id FROM tx_nG6_run_analyze WHERE run_id IN (
    SELECT run_id FROM tx_nG6_project_run WHERE project_id = xxx
  )
);

UPDATE tx_nG6_result
SET rvalue = REPLACE(rvalue, '/data_shortterm/', '/data_seqoccin/')
WHERE analyze_id IN (
  SELECT analyze_id FROM tx_nG6_project_analyze WHERE project_id = xxx
); 
Edited May 20, 2021 by Romain Therville
Assignee
Assign to
Time tracking