Clinical-Genomics / demultiplexing

To keep scripts associated with execution of the Illumina demultiplexing pipeline
5 stars 0 forks source link

Fix config files for demultiplexing #169

Closed beatrizsavinhas closed 1 year ago

beatrizsavinhas commented 1 year ago

This PR adds/fixes:

How to prepare for test:

How to test:

Expected test outcome:

Review:

This version is a:

beatrizsavinhas commented 1 year ago

Copied flowcell to stage

rsync -rvL /home/proj/production/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY/ /home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY/

Testing demultiplexing with master

θ63° 9d [hiseq.clinical@hasta:~] [S_base] 127 $ bash /home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.bash /home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY
[20230322093736] demuxtiles.bash VERSION 5.5.0
ERROR conda.cli.main_run:execute(41): `conda run /home/proj/stage/bin/miniconda3/envs/S_demux/bin//demux sheet validate --application wgs /home/proj/production/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY/SampleSheet.csv` failed. (See above for error)
Traceback (most recent call last):
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/bin//demux", line 8, in <module>
    sys.exit(main())
  File "/home/proj/production/bin/git/cgstats/src/demux/demux/__main__.py", line 13, in main
    sys.exit(demux())
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/lib/python3.7/site-packages/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/lib/python3.7/site-packages/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/lib/python3.7/site-packages/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/proj/stage/bin/miniconda3/envs/S_demux/lib/python3.7/site-packages/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/home/proj/production/bin/git/cgstats/src/demux/demux/cli/samplesheet.py", line 49, in validate
    HiSeqXSamplesheet(samplesheet).validate()
  File "/home/proj/production/bin/git/cgstats/src/demux/demux/utils/samplesheet.py", line 105, in __init__
    self.parse(samplesheet_path)
  File "/home/proj/production/bin/git/cgstats/src/demux/demux/utils/samplesheet.py", line 150, in parse
    raise SampleSheetParseException("No data found!")
demux.utils.samplesheet.SampleSheetParseException: No data found!

ls: cannot access /home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//projectlog.*.log: No such file or directory

Installing branch on stage

θ66° 9d [hiseq.clinical@hasta:~] [S_base] 46s 1 $ up
θ69° 10d [hiseq.clinical@hasta:~] [P_base] $ bash /home/proj/production/servers/resources/hasta.scilifelab.se/update-demux-stage.sh fixing-demux-config-file
on the host hasta.scilifelab.se, continue
Collecting git+https://github.com/clinical-genomics/demultiplexing@fixing-demux-config-file
  Cloning https://github.com/clinical-genomics/demultiplexing (to revision fixing-demux-config-file) to ./tmp/pip-req-build-78rbxd7a
  Running command git clone --quiet https://github.com/clinical-genomics/demultiplexing /home/hiseq.clinical/tmp/pip-req-build-78rbxd7a
  Running command git checkout -b fixing-demux-config-file --track origin/fixing-demux-config-file
  Switched to a new branch 'fixing-demux-config-file'
  Branch fixing-demux-config-file set up to track remote branch fixing-demux-config-file from origin.
  Resolved https://github.com/clinical-genomics/demultiplexing to commit c822a89fc2901d0ea4a40783be7eddf258b5064c
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: demux
  Building wheel for demux (pyproject.toml) ... done
  Created wheel for demux: filename=demux-5.11.0-py3-none-any.whl size=22728 sha256=42e53e05f66a160a498ac68f6935bcb7eb2161a02c24239439651d0e2418a2ee
  Stored in directory: /home/hiseq.clinical/tmp/pip-ephem-wheel-cache-h37qiu3d/wheels/2b/47/33/3dc5f9c3c0116515664f5120b880a351d301445d0ce061bb8b
Successfully built demux
Installing collected packages: demux
Successfully installed demux-5.11.0
Collecting git+https://github.com/clinical-genomics/demultiplexing@fixing-demux-config-file
  Cloning https://github.com/clinical-genomics/demultiplexing (to revision fixing-demux-config-file) to ./tmp/pip-req-build-zv17k59x
  Running command git clone --quiet https://github.com/clinical-genomics/demultiplexing /home/hiseq.clinical/tmp/pip-req-build-zv17k59x
  Running command git checkout -b fixing-demux-config-file --track origin/fixing-demux-config-file
  Switched to a new branch 'fixing-demux-config-file'
  Branch fixing-demux-config-file set up to track remote branch fixing-demux-config-file from origin.
  Resolved https://github.com/clinical-genomics/demultiplexing to commit c822a89fc2901d0ea4a40783be7eddf258b5064c
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting PyYAML<6.0.0,>=5.3.1
  Using cached PyYAML-5.4.1.tar.gz (175 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting bs4<0.0.2,>=0.0.1
  Using cached bs4-0.0.1.tar.gz (1.1 kB)
  Preparing metadata (setup.py) ... done
Collecting cglims<2.0.0,>=1.3.4
  Using cached cglims-1.3.4.tar.gz (19 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: click<7.0.0,>=6.7.0 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from demux==5.11.0) (6.7)
Collecting importlib-metadata<4.0.0,>=3.1.1
  Using cached importlib_metadata-3.10.1-py3-none-any.whl (14 kB)
Collecting path.py<13.0.0,>=12.5.0
  Using cached path.py-12.5.0-py3-none-any.whl (2.3 kB)
Collecting psutil<6.0.0,>=5.7.3
  Using cached psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB)
Requirement already satisfied: six<2.0.0,>=1.15.0 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from demux==5.11.0) (1.16.0)
Collecting snapshottest<0.7.0,>=0.6.0
  Using cached snapshottest-0.6.0-py2.py3-none-any.whl (16 kB)
Collecting beautifulsoup4
  Downloading beautifulsoup4-4.12.0-py3-none-any.whl (132 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 132.2/132.2 kB 4.2 MB/s eta 0:00:00
Requirement already satisfied: genologics in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cglims<2.0.0,>=1.3.4->demux==5.11.0) (0.4.6)
Requirement already satisfied: python-dateutil in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cglims<2.0.0,>=1.3.4->demux==5.11.0) (2.8.2)
Requirement already satisfied: coloredlogs in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cglims<2.0.0,>=1.3.4->demux==5.11.0) (15.0.1)
Requirement already satisfied: zipp>=0.5 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from importlib-metadata<4.0.0,>=3.1.1->demux==5.11.0) (3.15.0)
Collecting path
  Using cached path-16.6.0-py3-none-any.whl (26 kB)
Collecting termcolor
  Downloading termcolor-2.2.0-py3-none-any.whl (6.6 kB)
Collecting fastdiff<1,>=0.1.4
  Using cached fastdiff-0.3.0-py2.py3-none-any.whl (37 kB)
Collecting wasmer>=1.0.0
  Using cached wasmer-1.1.0-py3-none-any.whl (1.6 kB)
Collecting wasmer-compiler-cranelift>=1.0.0
  Using cached wasmer_compiler_cranelift-1.1.0-py3-none-any.whl (1.9 kB)
Collecting soupsieve>1.2
  Downloading soupsieve-2.4-py3-none-any.whl (37 kB)
Requirement already satisfied: humanfriendly>=9.1 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from coloredlogs->cglims<2.0.0,>=1.3.4->demux==5.11.0) (10.0)
Requirement already satisfied: requests in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from genologics->cglims<2.0.0,>=1.3.4->demux==5.11.0) (2.28.2)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from requests->genologics->cglims<2.0.0,>=1.3.4->demux==5.11.0) (3.0.1)
Requirement already satisfied: idna<4,>=2.5 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from requests->genologics->cglims<2.0.0,>=1.3.4->demux==5.11.0) (3.4)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from requests->genologics->cglims<2.0.0,>=1.3.4->demux==5.11.0) (1.26.14)
Requirement already satisfied: certifi>=2017.4.17 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from requests->genologics->cglims<2.0.0,>=1.3.4->demux==5.11.0) (2022.12.7)
Building wheels for collected packages: bs4, cglims, PyYAML
  Building wheel for bs4 (setup.py) ... done
  Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1256 sha256=fc054a87905113e408c8cec19a266ae2fe95dd5bba9d8cf8e2dbb03e0eda10cb
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/d4/c8/5b/b5be9c20e5e4503d04a6eac8a3cd5c2393505c29f02bea0960
  Building wheel for cglims (setup.py) ... done
  Created wheel for cglims: filename=cglims-1.3.4-py2.py3-none-any.whl size=22229 sha256=ded6dc8b9e9d65204545a20846a3147b47051710f220f304614a8cc17c0711ab
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/8d/82/6b/f502e6df5abdd4a815564d64aad644e34f57c14bf933da5154
  Building wheel for PyYAML (pyproject.toml) ... done
  Created wheel for PyYAML: filename=PyYAML-5.4.1-cp311-cp311-linux_x86_64.whl size=45657 sha256=cbdcc9c582fd8004df1f1f0e0019668d94e44d88b8f67fcb3b472b9a66dc59c3
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/2f/2f/af/a062a8f866dc44812a825da11175d50d7f255900f3b38c79b5
Successfully built bs4 cglims PyYAML
Installing collected packages: wasmer-compiler-cranelift, wasmer, termcolor, soupsieve, PyYAML, psutil, path, importlib-metadata, fastdiff, snapshottest, path.py, beautifulsoup4, cglims, bs4
  Attempting uninstall: PyYAML
    Found existing installation: PyYAML 6.0
    Uninstalling PyYAML-6.0:
      Successfully uninstalled PyYAML-6.0
  Attempting uninstall: importlib-metadata
    Found existing installation: importlib-metadata 6.0.0
    Uninstalling importlib-metadata-6.0.0:
      Successfully uninstalled importlib-metadata-6.0.0
Successfully installed PyYAML-5.4.1 beautifulsoup4-4.12.0 bs4-0.0.1 cglims-1.3.4 fastdiff-0.3.0 importlib-metadata-3.10.1 path-16.6.0 path.py-12.5.0 psutil-5.9.4 snapshottest-0.6.0 soupsieve-2.4 termcolor-2.2.0 wasmer-1.1.0 wasmer-compiler-cranelift-1.1.0
Collecting git+https://github.com/clinical-genomics/cgstats
  Cloning https://github.com/clinical-genomics/cgstats to ./tmp/pip-req-build-17mk1e8z
  Running command git clone --quiet https://github.com/clinical-genomics/cgstats /home/hiseq.clinical/tmp/pip-req-build-17mk1e8z
  Resolved https://github.com/clinical-genomics/cgstats to commit 168cccdb8d849767b140a5bffb3e19eb413e147b
  Preparing metadata (setup.py) ... done
Requirement already satisfied: Flask>=1.1.1 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (1.1.4)
Requirement already satisfied: Flask-Alchy in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (0.5.0)
Collecting Flask-Bootstrap
  Using cached Flask-Bootstrap-3.3.7.1.tar.gz (456 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: Flask-SQLAlchemy==2.1 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (2.1)
Requirement already satisfied: PyYAML>=5.3.1 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (5.4.1)
Requirement already satisfied: SQLAlchemy in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (1.3.24)
Requirement already satisfied: alchy in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (2.2.2)
Requirement already satisfied: alembic in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (1.9.4)
Requirement already satisfied: bs4 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (0.0.1)
Requirement already satisfied: click<7 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (6.7)
Requirement already satisfied: path.py in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (12.5.0)
Requirement already satisfied: pymysql in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (1.0.2)
Collecting bumpversion
  Using cached bumpversion-0.6.0-py2.py3-none-any.whl (8.4 kB)
Requirement already satisfied: pytest in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (7.2.1)
Requirement already satisfied: wheel in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (0.38.4)
Collecting git-lint
  Using cached git-lint-0.1.2.tar.gz (42 kB)
  Preparing metadata (setup.py) ... done
Collecting pylint
  Downloading pylint-2.17.0-py3-none-any.whl (535 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 535.4/535.4 kB 8.8 MB/s eta 0:00:00
Collecting pycodestyle
  Using cached pycodestyle-2.10.0-py2.py3-none-any.whl (41 kB)
Collecting yamllint
  Downloading yamllint-1.29.0-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.4/62.4 kB 10.3 MB/s eta 0:00:00
Collecting docutils
  Using cached docutils-0.19-py3-none-any.whl (570 kB)
Collecting html-linter
  Using cached html-linter-0.4.0.tar.gz (19 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: six>=1.12 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from cgstats==1.8.1) (1.16.0)
Requirement already satisfied: Werkzeug<2.0,>=0.15 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from Flask>=1.1.1->cgstats==1.8.1) (0.16.1)
Requirement already satisfied: Jinja2<3.0,>=2.10.1 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from Flask>=1.1.1->cgstats==1.8.1) (2.11.3)
Requirement already satisfied: itsdangerous<2.0,>=0.24 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from Flask>=1.1.1->cgstats==1.8.1) (1.1.0)
Requirement already satisfied: pydash>=3.4.7 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from alchy->cgstats==1.8.1) (6.0.2)
Requirement already satisfied: Mako in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from alembic->cgstats==1.8.1) (1.2.4)
Requirement already satisfied: beautifulsoup4 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from bs4->cgstats==1.8.1) (4.12.0)
Collecting bump2version
  Using cached bump2version-1.0.1-py2.py3-none-any.whl (22 kB)
Collecting dominate
  Using cached dominate-2.7.0-py2.py3-none-any.whl (29 kB)
Collecting visitor
  Using cached visitor-0.1.3.tar.gz (3.3 kB)
  Preparing metadata (setup.py) ... done
Requirement already satisfied: termcolor in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from git-lint->cgstats==1.8.1) (2.2.0)
Collecting docopt
  Using cached docopt-0.6.2.tar.gz (25 kB)
  Preparing metadata (setup.py) ... done
Collecting template-remover
  Using cached template-remover-0.1.9.tar.gz (7.1 kB)
  Preparing metadata (setup.py) ... done
Collecting pathlib2
  Using cached pathlib2-2.3.7.post1-py2.py3-none-any.whl (18 kB)
Requirement already satisfied: path in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from path.py->cgstats==1.8.1) (16.6.0)
Collecting platformdirs>=2.2.0
  Downloading platformdirs-3.1.1-py3-none-any.whl (14 kB)
Collecting astroid<=2.17.0-dev0,>=2.15.0
  Downloading astroid-2.15.0-py3-none-any.whl (277 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 277.7/277.7 kB 27.6 MB/s eta 0:00:00
Collecting isort<6,>=4.2.5
  Downloading isort-5.12.0-py3-none-any.whl (91 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 91.2/91.2 kB 13.1 MB/s eta 0:00:00
Collecting mccabe<0.8,>=0.6
  Using cached mccabe-0.7.0-py2.py3-none-any.whl (7.3 kB)
Collecting tomlkit>=0.10.1
  Using cached tomlkit-0.11.6-py3-none-any.whl (35 kB)
Collecting dill>=0.3.6
  Using cached dill-0.3.6-py3-none-any.whl (110 kB)
Requirement already satisfied: attrs>=19.2.0 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from pytest->cgstats==1.8.1) (22.2.0)
Requirement already satisfied: iniconfig in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from pytest->cgstats==1.8.1) (2.0.0)
Requirement already satisfied: packaging in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from pytest->cgstats==1.8.1) (23.0)
Requirement already satisfied: pluggy<2.0,>=0.12 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from pytest->cgstats==1.8.1) (1.0.0)
Collecting pathspec>=0.5.3
  Downloading pathspec-0.11.1-py3-none-any.whl (29 kB)
Requirement already satisfied: setuptools in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from yamllint->cgstats==1.8.1) (67.3.1)
Collecting lazy-object-proxy>=1.4.0
  Downloading lazy_object_proxy-1.9.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (64 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.8/64.8 kB 12.6 MB/s eta 0:00:00
Collecting wrapt<2,>=1.14
  Downloading wrapt-1.15.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (78 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.9/78.9 kB 13.6 MB/s eta 0:00:00
Requirement already satisfied: MarkupSafe>=0.23 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from Jinja2<3.0,>=2.10.1->Flask>=1.1.1->cgstats==1.8.1) (2.0.1)
Requirement already satisfied: soupsieve>1.2 in /home/proj/stage/bin/miniconda3/envs/S_base/lib/python3.11/site-packages (from beautifulsoup4->bs4->cgstats==1.8.1) (2.4)
Building wheels for collected packages: cgstats, Flask-Bootstrap, git-lint, html-linter, docopt, template-remover, visitor
  Building wheel for cgstats (setup.py) ... done
  Created wheel for cgstats: filename=cgstats-1.8.1-py3-none-any.whl size=41298 sha256=9d5093e96d227c9a8a121b3350e6c5117260d989ec229ddecbd5078d7e922138
  Stored in directory: /home/hiseq.clinical/tmp/pip-ephem-wheel-cache-43sl34nt/wheels/1e/bb/51/7af8fb031f6b557c730656f70401b8acc92e0d1e6dc7ba74b5
  Building wheel for Flask-Bootstrap (setup.py) ... done
  Created wheel for Flask-Bootstrap: filename=Flask_Bootstrap-3.3.7.1-py3-none-any.whl size=460122 sha256=431b1ac336f8adbc8c448da1ea9cc6a979c72bcf3f3dce679a2dfbcd86d5b87d
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/3a/a2/90/8d658b1e875f36bdad71cdece9598b08c465d44bea13b9f74c
  Building wheel for git-lint (setup.py) ... done
  Created wheel for git-lint: filename=git_lint-0.1.2-py3-none-any.whl size=38947 sha256=0428c8b7a87545e58cf5d2138753b661b7e1b7a3e9b8b17fa270382e168a4541
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/3b/4e/58/dc0b85f91377644fcd08937805760defd69ecec466f87ebdee
  Building wheel for html-linter (setup.py) ... done
  Created wheel for html-linter: filename=html_linter-0.4.0-py3-none-any.whl size=14320 sha256=49a1999ba0f64a6709ef81c74b5232ea3cc43a9095fc70b58b43b134ca703df6
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/e2/8a/b0/6bb76f8e8b2c6a9ea19cd5f75fd68edc88bbf7597ceaf6be58
  Building wheel for docopt (setup.py) ... done
  Created wheel for docopt: filename=docopt-0.6.2-py2.py3-none-any.whl size=13705 sha256=7451103bfe6870d05f8235cbd06a68949996182ecec2c6e3e950c75285bd21ed
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/1a/b0/8c/4b75c4116c31f83c8f9f047231251e13cc74481cca4a78a9ce
  Building wheel for template-remover (setup.py) ... done
  Created wheel for template-remover: filename=template_remover-0.1.9-py3-none-any.whl size=7026 sha256=98743a21deda60aa22ae9c6b41fc2d7010bc8c7926ca2d251f50531ac73a92bf
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/f2/25/ae/4b864e7b86545282775c674fc3311748bcdb9b2cbb6013834a
  Building wheel for visitor (setup.py) ... done
  Created wheel for visitor: filename=visitor-0.1.3-py3-none-any.whl size=3926 sha256=19963ba13b68dde522fe05bae2d2d249d5e8ded6001addc73c080c9c66e1a772
  Stored in directory: /home/hiseq.clinical/.cache/pip/wheels/a6/7c/bb/66bee1b6af18bb643ec4e26a58e932c6373849f1f1918592fd
Successfully built cgstats Flask-Bootstrap git-lint html-linter docopt template-remover visitor
Installing collected packages: visitor, docopt, wrapt, tomlkit, template-remover, pycodestyle, platformdirs, pathspec, pathlib2, mccabe, lazy-object-proxy, isort, dominate, docutils, dill, bump2version, yamllint, html-linter, bumpversion, astroid, pylint, git-lint, Flask-Bootstrap, cgstats
Successfully installed Flask-Bootstrap-3.3.7.1 astroid-2.15.0 bump2version-1.0.1 bumpversion-0.6.0 cgstats-1.8.1 dill-0.3.6 docopt-0.6.2 docutils-0.19 dominate-2.7.0 git-lint-0.1.2 html-linter-0.4.0 isort-5.12.0 lazy-object-proxy-1.9.0 mccabe-0.7.0 pathlib2-2.3.7.post1 pathspec-0.11.1 platformdirs-3.1.1 pycodestyle-2.10.0 pylint-2.17.0 template-remover-0.1.9 tomlkit-0.11.6 visitor-0.1.3 wrapt-1.15.0 yamllint-1.29.0
remote: Enumerating objects: 49, done.
remote: Counting objects: 100% (49/49), done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 37 (delta 30), reused 22 (delta 16), pack-reused 0
Unpacking objects: 100% (37/37), done.
From https://github.com/Clinical-Genomics/demultiplexing
   d5245ba..346c338  master     -> origin/master
 * [new branch]      fixing-demux-config-file -> origin/fixing-demux-config-file
 * [new tag]         5.11.0     -> 5.11.0
Branch fixing-demux-config-file set up to track remote branch fixing-demux-config-file from origin.
Switched to a new branch 'fixing-demux-config-file'
Already up-to-date.
/home/hiseq.clinical
No broken requirements found.
demux, version 5.10.5
cgstats, version 1.8.1
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
repository is clean
Logging deploy ...
Getting deployer... done.
Getting last commit message and SHA... done.
Getting version of deploy scripts... /home/hiseq.clinical
done.
Log deploy... done.
fatal: Not a git repository (or any parent up to mount point /home)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
repository is clean
Logging deploy ...
Getting deployer... done.
Getting last commit message and SHA... done.
Getting version of deploy scripts... /home/hiseq.clinical
done.
Log deploy... done.

Testing demultiplexing with master


⌂21.76 θ84° 10d [hiseq.clinical@hasta:~] [S_base] 46s $ bash /home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.bash /home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY
[20230322101024] demuxtiles.bash VERSION 5.5.0
/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.bash: STAGE_CONDA_ENVS_PATH: unbound variable
beatrizsavinhas commented 1 year ago

Testing again

Installing branch on stage

13d [hiseq.clinical@hasta:~] [S_base] 5s $ bash /home/proj/production/servers/resources/hasta.scilifelab.se/update-demux-stage.sh fixing-demux-config-file

Testing demultiplexing with master

13d [hiseq.clinical@hasta:/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY] [S_base] $ bash /home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.bash /home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY
[20230330094922] demuxtiles.bash VERSION 5.5.0
[20230330094922] /home/proj/stage/bin/miniconda3/bin/conda run --name S_demux /home/proj/stage/bin/miniconda3/envs/S_demux/bin/demux -c /home/proj/stage/servers/config/hasta.scilifelab.se/demux-stage.yaml sheet fetch -a wgs  HLCKNCCXY > /home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY/SampleSheet.csv
[20230330094937] /home/proj/stage/bin/miniconda3/bin/conda run --name S_demux /home/proj/stage/bin/miniconda3/envs/S_demux/bin/demux -c /home/proj/stage/servers/config/hasta.scilifelab.se/demux-stage.yaml sheet validate --application wgs /home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY/SampleSheet.csv
[20230330094940] Using sample sheet:
[Data]
FCID,Lane,SampleID,SampleRef,index,SampleName,Control,Recipe,Operator,Project
HLCKNCCXY,1,ACC4559A10_ATTACTCG,hg19,ATTACTCG,679810,N,R1,script,679810
HLCKNCCXY,2,ACC4559A3_TCCGGAGA,hg19,TCCGGAGA,679810,N,R1,script,679810
HLCKNCCXY,3,ACC4559A4_CGCTCATT,hg19,CGCTCATT,679810,N,R1,script,679810
HLCKNCCXY,4,ACC4559A11_GAGATTCC,hg19,GAGATTCC,679810,N,R1,script,679810
HLCKNCCXY,5,ACC4559A12_ATTCAGAA,hg19,ATTCAGAA,679810,N,R1,script,679810
HLCKNCCXY,6,ACC4556A2_TAATGCGC,hg19,TAATGCGC,272312,N,R1,script,272312
HLCKNCCXY,7,ACC4556A1_GAGATTCC,hg19,GAGATTCC,272312,N,R1,script,272312
HLCKNCCXY,8,ACC4554A1_ATTCAGAA,hg19,ATTCAGAA,126306,N,R1,script,126306
[20230330094940] Starting overall process
[20230330094940] starting lane 1 tile 11 12
[20230330094940] sbatch -A development -J 'Xdem-l1t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l1t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l1t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '1' 'stage' '11 12'
[20230330094940] Submitted batch job 4596561
[20230330094940] starting lane 1 tile 21 22
[20230330094940] sbatch -A development -J 'Xdem-l1t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l1t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l1t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '1' 'stage' '21 22'
[20230330094940] Submitted batch job 4596562
[20230330094940] starting lane 2 tile 11 12
[20230330094940] sbatch -A development -J 'Xdem-l2t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l2t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l2t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '2' 'stage' '11 12'
[20230330094940] Submitted batch job 4596563
[20230330094940] starting lane 2 tile 21 22
[20230330094940] sbatch -A development -J 'Xdem-l2t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l2t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l2t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '2' 'stage' '21 22'
[20230330094940] Submitted batch job 4596564
[20230330094940] starting lane 3 tile 11 12
[20230330094940] sbatch -A development -J 'Xdem-l3t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l3t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l3t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '3' 'stage' '11 12'
[20230330094940] Submitted batch job 4596565
[20230330094940] starting lane 3 tile 21 22
[20230330094940] sbatch -A development -J 'Xdem-l3t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l3t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l3t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '3' 'stage' '21 22'
[20230330094940] Submitted batch job 4596566
[20230330094940] starting lane 4 tile 11 12
[20230330094940] sbatch -A development -J 'Xdem-l4t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l4t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l4t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '4' 'stage' '11 12'
[20230330094940] Submitted batch job 4596567
[20230330094940] starting lane 4 tile 21 22
[20230330094940] sbatch -A development -J 'Xdem-l4t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l4t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l4t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '4' 'stage' '21 22'
[20230330094940] Submitted batch job 4596568
[20230330094940] starting lane 5 tile 11 12
[20230330094940] sbatch -A development -J 'Xdem-l5t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l5t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l5t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '5' 'stage' '11 12'
[20230330094941] Submitted batch job 4596569
[20230330094941] starting lane 5 tile 21 22
[20230330094941] sbatch -A development -J 'Xdem-l5t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l5t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l5t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '5' 'stage' '21 22'
[20230330094941] Submitted batch job 4596570
[20230330094941] starting lane 6 tile 11 12
[20230330094941] sbatch -A development -J 'Xdem-l6t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l6t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l6t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '6' 'stage' '11 12'
[20230330094941] Submitted batch job 4596571
[20230330094941] starting lane 6 tile 21 22
[20230330094941] sbatch -A development -J 'Xdem-l6t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l6t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l6t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '6' 'stage' '21 22'
[20230330094941] Submitted batch job 4596572
[20230330094941] starting lane 7 tile 11 12
[20230330094941] sbatch -A development -J 'Xdem-l7t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l7t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l7t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '7' 'stage' '11 12'
[20230330094941] Submitted batch job 4596573
[20230330094941] starting lane 7 tile 21 22
[20230330094941] sbatch -A development -J 'Xdem-l7t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l7t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l7t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '7' 'stage' '21 22'
[20230330094941] Submitted batch job 4596574
[20230330094941] starting lane 8 tile 11 12
[20230330094941] sbatch -A development -J 'Xdem-l8t11-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l8t11-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l8t11-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '8' 'stage' '11 12'
[20230330094941] Submitted batch job 4596575
[20230330094941] starting lane 8 tile 21 22
[20230330094941] sbatch -A development -J 'Xdem-l8t21-HLCKNCCXY' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l8t21-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/Xdem-l8t21-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xdemuxtiles.batch' '/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//' '8' 'stage' '21 22'
[20230330094941] Submitted batch job 4596576
[20230330094941] submit postface
[20230330094942] Running 4596563 4596564 4596565 4596566 4596567 4596568 4596569 4596570 4596571 4596572 4596573 4596574 4596575 4596576 4536435 4594870 4594874 4594876 4594879 4594884 4594894 4594895 4594896 4594868 4594869 4594872 4594873 4594875 4594878 4594880 4594882 4594883 4594885 4594886 4594887 4594888 4594890 4594891 4594892 4594897 4594898 4594899 4594900 4594901 4594902 4594903 4594904 4594905 4596561 4596562 4594865 4596537 4596538 4596535 4596536
[20230330094942] Demux 4596561 4596562 4596563 4596564 4596565 4596566 4596567 4596568 4596569 4596570 4596571 4596572 4596573 4596574 4596575 4596576
[20230330094942] Remaining 4596561 4596562 4596563 4596564 4596565 4596566 4596567 4596568 4596569 4596570 4596571 4596572 4596573 4596574 4596575 4596576
[20230330094942] sbatch -A development -J 'Xdem-postface' --dependency='afterok:4596561:4596562:4596563:4596564:4596565:4596566:4596567:4596568:4596569:4596570:4596571:4596572:4596573:4596574:4596575:4596576' -o '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/xdem-xpostface-HLCKNCCXY-%j.log' -e '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//LOG/xdem-xpostface-HLCKNCCXY-%j.err' '/home/proj/stage/bin/git/demultiplexing/scripts/hiseqx/xpostface.batch' '/home/proj/stage/demultiplexed-runs/180522_ST-E00198_0301_BHLCKNCCXY//'
Submitted batch job 4596577
[20230330094942] Everything started

SampleSheet.csv

13d [hiseq.clinical@hasta:/home/proj/stage/flowcells/hiseqx/180522_ST-E00198_0301_BHLCKNCCXY] [S_base] 8s $ cat SampleSheet.csv
[Data]
FCID,Lane,SampleID,SampleRef,index,SampleName,Control,Recipe,Operator,Project
HLCKNCCXY,1,ACC4559A10_ATTACTCG,hg19,ATTACTCG,679810,N,R1,script,679810
HLCKNCCXY,2,ACC4559A3_TCCGGAGA,hg19,TCCGGAGA,679810,N,R1,script,679810
HLCKNCCXY,3,ACC4559A4_CGCTCATT,hg19,CGCTCATT,679810,N,R1,script,679810
HLCKNCCXY,4,ACC4559A11_GAGATTCC,hg19,GAGATTCC,679810,N,R1,script,679810
HLCKNCCXY,5,ACC4559A12_ATTCAGAA,hg19,ATTCAGAA,679810,N,R1,script,679810
HLCKNCCXY,6,ACC4556A2_TAATGCGC,hg19,TAATGCGC,272312,N,R1,script,272312
HLCKNCCXY,7,ACC4556A1_GAGATTCC,hg19,GAGATTCC,272312,N,R1,script,272312
HLCKNCCXY,8,ACC4554A1_ATTCAGAA,hg19,ATTCAGAA,126306,N,R1,script,126306