Skip to content
  1. Jun 30, 2025
  2. Jun 27, 2025
  3. Jun 24, 2025
    • João Henrique Chrusciel's avatar
      up: basecalling, nextflow.config, nextflow parameters and readability · c64fa5de
      João Henrique Chrusciel authored
       - Updated multiple variables in nextflow.config to match them across the different processes and workflows;
       - Added profiles in nextflow to facilitate the steps;
       - Added --kit-name configuration (params.barcoding_kit) to improve trimming during basecalling;
       - Changed descriptions across variables in nextflow.config;
       - Improved output directory name to include the projects' name (params.project_name);
       - Updated params.basecall_speed to use latest available simplex/modification model for basecalling;
       - Reorganized demux process to be included in the basecalling process to improve code readability;
       - Corrected few typos.
      c64fa5de
  4. Jun 20, 2025
  5. Jun 08, 2025
  6. Jun 07, 2025
  7. May 27, 2025
  8. May 26, 2025
  9. May 23, 2025
  10. May 22, 2025
  11. May 21, 2025
  12. May 20, 2025
  13. May 19, 2025
  14. May 15, 2025
  15. May 08, 2025
    • João Henrique Chrusciel's avatar
      up: dorado, modkit, multiQC and pycoQC (duceppemo fork); fix: container... · 68f9c5a0
      João Henrique Chrusciel authored
      up: dorado, modkit, multiQC and pycoQC (duceppemo fork); fix: container definitions to reduce image size;
      
      removed miniconda and replaced installs with apt/pip
      installed samtools, bedtools via apt; pod5 and multiQC via pip
      used pip options:
       `--no-cache-dir` to reduce image size
       `--break-system-packages` to bypass debian PEP 668 issue
      updated timezone to Sao_Paulo
      fixed plotly version conflict between pycoQC and MultiQC:
        edited pycoQC's `setup.py` inside container using:
         `sed -i 's/plotly==5.16.1/plotly==5.18.0/' setup.py`
      68f9c5a0
  16. Apr 25, 2025
Loading