Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge!] Pseudo PR for first release #155

Open
wants to merge 1,121 commits into
base: TEMPLATE
Choose a base branch
from
Open

[Do not merge!] Pseudo PR for first release #155

wants to merge 1,121 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 17, 2024

  1. Lint modules.json

    LouisLeNezet committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5679f7f View commit details
    Browse the repository at this point in the history
  2. Fix merge error

    LouisLeNezet committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    aadc7b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e46cfa View commit details
    Browse the repository at this point in the history
  4. Update Changelog

    LouisLeNezet committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    78a8c5c View commit details
    Browse the repository at this point in the history
  5. Update nextflow_schema.json

    I think it's --steps not --step
    maxulysse authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fc0d8a0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #91 from LouisLeNezet/doc

    Update metro map
    LouisLeNezet authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    045430a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #92 from nf-core/maxulysse-patch-1

    Fix typo in nextflow_schema.json
    LouisLeNezet authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    55a8d5b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f1f6449 View commit details
    Browse the repository at this point in the history
  2. update changelog

    atrigila committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5ddfc92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59a0da2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Add support for CRAM, check contigs name (#93)

    * Use cram file
    
    * Update conf
    
    * Add sbwf bam check chr
    
    * Rehead bam file with awk
    
    * Move samtools merge to bam region
    
    * Fix config file
    
    * Fix name imputation
    
    * Fix test cram bam
    
    * Remove process for samples and only publish once panel
    
    * Rename process
    
    * Add renaming and check sbwf for bam
    
    * Simplify contig check
    
    * Rename workflow
    
    * Rename test
    
    * Improve nf-test
    
    * Add workflow and metro map
    
    * Fix check contig names
    
    * Add check chr workflow to phaseimpute and improve it
    
    * Add nextflow schema to nf-test config
    
    * Add nf-test to initialisation pipeline
    
    * Patch modules
    
    * Fix nf-test
    
    * Update CHANGELOG
    
    * Fix empty chr channel
    
    * Fix file prefix
    
    * Fix file prefix
    
    * Fix samplesheet column name
    
    * Fix fai combination
    
    * Update CHANGELOG
    
    * Improve Glimpse2 phasing process
    
    * Add example
    
    * Remove input_region for full chromosome
    
    * Improve comment
    
    * Update subworkflows/local/vcf_normalize_bcftools/main.nf
    
    Co-authored-by: Anabella Trigila <[email protected]>
    
    * Update workflows/phaseimpute/main.nf
    
    Co-authored-by: Anabella Trigila <[email protected]>
    
    * Rename modules
    
    * Rename function
    
    * Use ch_chr as channel for CHECKCHR
    
    * Improve output naming after simulation
    
    * Improve sbwf and channel names
    
    * Fix sbwf name
    
    * Fall back to lst_chr
    
    * Patch glimpse2 phase
    
    * Move to 23.10.0
    
    * Update snap
    
    * Update snapshot
    
    * Rename full conf
    
    * Simplify check chr in initialisation
    
    * Simplify chr renaming channel manipulation
    
    * Fix function
    
    * Improve chrcheck and add documentation
    
    * Explain format usage for input samplesheet
    
    * Relocate function chrcheck
    
    * Update CHANGELOG.md
    
    Co-authored-by: Maxime U Garcia <[email protected]>
    
    * Update conf/test_all_fullchr.config
    
    Co-authored-by: Maxime U Garcia <[email protected]>
    
    * Remove temporary draw io file
    
    * Pin hstlib
    
    * Fix sbwf naming
    
    * Add checkFileIndex
    
    * Fix channel name
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    Co-authored-by: Anabella Trigila <[email protected]>
    Co-authored-by: Maxime U Garcia <[email protected]>
    4 people authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a342791 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Simplify CSV export and posfile usage (#96)

    * Rename sbwf to bam_
    
    * Update Mpileup
    
    * Patch gawk
    
    * Use legend file for posfile and simplify usage
    
    * Rename gmap output
    
    * Gawk now support list of gz files
    
    * Remove csv sbwf
    
    * Add csv export function and nf-test it
    
    * Update documentation and CHANGELOG
    
    * Patch bcftools mpileup
    
    * Update Readme
    
    * Update to ext.args2 for GAWK
    
    * Modify error message for legend
    
    * Improve documentation
    
    * Improve documentation
    
    * Create different posfile samplesheet to test minimal requirement
    
    * Update docs/usage.md
    
    Co-authored-by: Anabella Trigila <[email protected]>
    
    * Update documentation
    
    * Delete requirement from posfile asset
    
    * Remove view
    
    * Add optional tools to meta
    
    * Rename to exportCsv
    
    * Update file format usage
    
    * Move exportCsv to utils
    
    * Remove empty channel test as not working
    
    * Fix disjoint
    
    * Fix sbwf naming
    
    * Move test to utils
    
    * Remove chr:null
    
    * Fix arity of gawk
    
    * Fix for no chr in list
    
    * Simplify posfile usage
    
    * Delete print
    
    * Fix checkFileIndex
    
    * Do not publish chrcheck
    
    * Fix gawk arity
    
    * Fix sbw config name
    
    * Update snapshot
    
    * Add log
    
    * Add log
    
    * Add log
    
    * Remove log
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    Co-authored-by: Anabella Trigila <[email protected]>
    3 people authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    41e311a View commit details
    Browse the repository at this point in the history
  2. Change compute_freq default to false (#101)

    * Change compute_freq default to false
    
    * Update Changelog
    LouisLeNezet authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    48eb141 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update all nf-core modules (#100)

    * Update Bcftools annotate
    
    * Update Bcftools concat
    
    * Update Bcftools convert
    
    * Update Bcftools index
    
    * Update Bcftools norm
    
    * Update bcftools pluginsplit
    
    * Remove unused bcftools query
    
    * Update bcftools view
    
    * Update dumpsoftwareversions
    
    * Update Gawk
    
    * Update glimpse2 chunk
    
    * Update glimpse2 concordance
    
    * Update glimpse2 ligate splitreference
    
    * Update glimpse2 phase
    
    * Update Gunzip
    
    * Update multiqc
    
    * Update samtools faidx
    
    * Update samtools merge
    
    * Update samtools index
    
    * Update samtools reheader
    
    * Update samtools view
    
    * Update modules.json
    
    * Patch samtools view
    
    * Update bcftools
    
    * Patch bcftools concat
    
    * Fix getfilesextension for null file, add debug and fix variable
    
    * Update gawk
    
    * Fix samtools index
    
    * Update changelog
    
    * Remove uncessary process
    
    * Fix chunking
    
    * Update snapshot
    
    * Update snapshot
    
    * Update snapshot
    
    * Update checkFileIndex function to collect the file before checking
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    LouisLeNezet and LouisLeNezet authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    930c996 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    4dde6eb View commit details
    Browse the repository at this point in the history
  2. Fix chr name errors (#102)

    * Compute chr list from vcf not from whole file
    
    * Update all nf-core modules (#100)
    
    * Update Bcftools annotate
    
    * Update Bcftools concat
    
    * Update Bcftools convert
    
    * Update Bcftools index
    
    * Update Bcftools norm
    
    * Update bcftools pluginsplit
    
    * Remove unused bcftools query
    
    * Update bcftools view
    
    * Update dumpsoftwareversions
    
    * Update Gawk
    
    * Update glimpse2 chunk
    
    * Update glimpse2 concordance
    
    * Update glimpse2 ligate splitreference
    
    * Update glimpse2 phase
    
    * Update Gunzip
    
    * Update multiqc
    
    * Update samtools faidx
    
    * Update samtools merge
    
    * Update samtools index
    
    * Update samtools reheader
    
    * Update samtools view
    
    * Update modules.json
    
    * Patch samtools view
    
    * Update bcftools
    
    * Patch bcftools concat
    
    * Fix getfilesextension for null file, add debug and fix variable
    
    * Update gawk
    
    * Fix samtools index
    
    * Update changelog
    
    * Remove uncessary process
    
    * Fix chunking
    
    * Update snapshot
    
    * Update snapshot
    
    * Update snapshot
    
    * Update checkFileIndex function to collect the file before checking
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    
    * Update getFileExtension
    
    * Fix checkFileIndex
    
    * Set ch_regions as intersect of contigs, add test and documentation
    
    * Add more comment
    
    * Add test for checkFileIndex
    
    * remove unused subworkflow (#105)
    
    * Update data tests sets
    
    * Update Quilt sbwf, fix checkFileIndex, update snapshot
    
    * Update snapshot and function test
    
    * Add dog test
    
    * Update subworkflows/local/utils_nfcore_phaseimpute_pipeline/tests/function.nf.test
    
    Co-authored-by: Anabella Trigila <[email protected]>
    
    * Add more test to vcf_chr_rename
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    Co-authored-by: Anabella Trigila <[email protected]>
    3 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    a05575c View commit details
    Browse the repository at this point in the history
  3. Update glimpse2_phase gunzip & multiqc (#103)

    * Update glimpse2 phase to nf-core
    
    * Update gunzip
    
    * Update multiqc
    
    * Update changelog
    
    * remove unused subworkflow (#105)
    
    * Fix chr name errors (#102)
    
    * Compute chr list from vcf not from whole file
    
    * Update all nf-core modules (#100)
    
    * Update Bcftools annotate
    
    * Update Bcftools concat
    
    * Update Bcftools convert
    
    * Update Bcftools index
    
    * Update Bcftools norm
    
    * Update bcftools pluginsplit
    
    * Remove unused bcftools query
    
    * Update bcftools view
    
    * Update dumpsoftwareversions
    
    * Update Gawk
    
    * Update glimpse2 chunk
    
    * Update glimpse2 concordance
    
    * Update glimpse2 ligate splitreference
    
    * Update glimpse2 phase
    
    * Update Gunzip
    
    * Update multiqc
    
    * Update samtools faidx
    
    * Update samtools merge
    
    * Update samtools index
    
    * Update samtools reheader
    
    * Update samtools view
    
    * Update modules.json
    
    * Patch samtools view
    
    * Update bcftools
    
    * Patch bcftools concat
    
    * Fix getfilesextension for null file, add debug and fix variable
    
    * Update gawk
    
    * Fix samtools index
    
    * Update changelog
    
    * Remove uncessary process
    
    * Fix chunking
    
    * Update snapshot
    
    * Update snapshot
    
    * Update snapshot
    
    * Update checkFileIndex function to collect the file before checking
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    
    * Update getFileExtension
    
    * Fix checkFileIndex
    
    * Set ch_regions as intersect of contigs, add test and documentation
    
    * Add more comment
    
    * Add test for checkFileIndex
    
    * remove unused subworkflow (#105)
    
    * Update data tests sets
    
    * Update Quilt sbwf, fix checkFileIndex, update snapshot
    
    * Update snapshot and function test
    
    * Add dog test
    
    * Update subworkflows/local/utils_nfcore_phaseimpute_pipeline/tests/function.nf.test
    
    Co-authored-by: Anabella Trigila <[email protected]>
    
    * Add more test to vcf_chr_rename
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    Co-authored-by: Anabella Trigila <[email protected]>
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    Co-authored-by: Anabella Trigila <[email protected]>
    3 people authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fa4f103 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    8632ed3 View commit details
    Browse the repository at this point in the history
  2. Update path to full sample (#110)

    * Update sample sim full
    
    * Fix path to full sample
    LouisLeNezet authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    95d932f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. change output directory

    atrigila committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    9ac8ddf View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. update docs and changelog

    atrigila committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    0dae2e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. test imputation in dog

    atrigila committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8096826 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Nf test for everyone ! (#111)

    * Add nft-vcf
    
    * Add new nf-test for local sbwf and modules
    
    * Add other nf-test
    
    * Add new nf-tests
    
    * Improve tests
    
    * Patch bcftools merge
    
    * Update changelog and delete .view()
    
    * Delete .view()
    
    * Update test_all
    
    * Add assertions
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    LouisLeNezet and LouisLeNezet authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c9322a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1128a80 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    f2823b0 View commit details
    Browse the repository at this point in the history
  2. update dog config tests

    atrigila committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    6c730f7 View commit details
    Browse the repository at this point in the history
  3. add dog test to ci

    atrigila committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    762d484 View commit details
    Browse the repository at this point in the history
  4. update changelog

    atrigila committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    2fbc45c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4e9c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Update conf/test_dog.config

    Co-authored-by: Louis LE NEZET <[email protected]>
    atrigila and LouisLeNezet authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    7702b0f View commit details
    Browse the repository at this point in the history
  2. fix csv

    atrigila committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    f348eda View commit details
    Browse the repository at this point in the history
  3. Merge pull request #119 from atrigila/test_dog

    Improve tests in dog genome
    atrigila authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    e7d34a4 View commit details
    Browse the repository at this point in the history
  4. update changelog

    atrigila committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    c836b09 View commit details
    Browse the repository at this point in the history
  5. add pdiff to nf-test

    atrigila committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    0832ad1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04dc761 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ddaea17 View commit details
    Browse the repository at this point in the history
  8. fix linting

    atrigila committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    36037bd View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Merge pull request #117 from atrigila/issue_114

    change output directory
    atrigila authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    a2653ed View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Nf core template merge 3.0.1 (#128)

    * Template update for nf-core/tools version 3.0.0
    
    * Template update for nf-core/tools version 3.0.1
    
    * Update template_version_comment.yml
    
    * Update template_version_comment.yml
    
    * Add title to usage files
    
    * Remove old way igenomes config
    
    * Update main.nf and utils nf-core sbwf
    
    * Update schema json
    
    * Fix linting
    
    * Update validation snap
    
    ---------
    
    Co-authored-by: nf-core-bot <[email protected]>
    LouisLeNezet and nf-core-bot authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c007e41 View commit details
    Browse the repository at this point in the history
  2. Important! Template update for nf-core/tools v3.0.2 (#129)

    * Template update for nf-core/tools version 3.0.0
    
    * Template update for nf-core/tools version 3.0.1
    
    * Template update for nf-core/tools version 3.0.2
    
    * Update sha
    
    ---------
    
    Co-authored-by: Louis Le Nezet <[email protected]>
    nf-core-bot and LouisLeNezet authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    87f537c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Normalization as optional and publishing improvment (#131)

    * New dev
    
    * Rename function
    
    * Fix function
    
    * Update workflow name
    
    * Update tests
    
    * Update function usage
    
    * Update tests snapshot
    
    * Update changelog
    
    * Change phased to phase
    
    * Update documentation
    
    * Update snapshot
    
    * Update publishing panel
    
    * Update test
    
    * Update docs/usage.md
    
    Co-authored-by: Anabella Trigila <[email protected]>
    
    ---------
    
    Co-authored-by: Anabella Trigila <[email protected]>
    LouisLeNezet and atrigila authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    0a25c1c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Add animated metro map (#134)

    * Update workflow metro map
    
    * Update metro map
    
    * Update metro map and add animation
    
    * Improve timing svg
    
    * Update README.md
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    LouisLeNezet and LouisLeNezet authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a746a17 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Add batch support (#135)

    * Remove phase autodetect
    
    * Aggregate glimpse1 bams, merge vcf
    
    * Aggregate glimpse and quilt bams
    
    * Add to conf
    
    * Add fasta to quilt and keep vcf merged
    
    * Add modules list_to_file
    
    * Order called sample
    
    * Take out GL computation from swf glimpse1
    
    * Add bamlist to quilt and glimpse2
    
    * Put stitch parameters preparation in stitch sbwf
    
    * Add batch_size and group samples in main workflow
    
    * Update config
    
    * Update config
    
    * Add validation of batch size and tools compatibility
    
    * Update test workflow
    
    * Add batch to metamap
    
    * Update conf
    
    * Fix bam regions map
    
    * Use dot as separator
    
    * Update test and Changelog
    
    * Update docs
    
    * Improve documentation
    
    * Patch modified modules
    
    * Order samples names in snaphot
    
    * Update changelog
    
    * Improve pipeline
    
    * Order files before grouping and split output vcf
    
    * Add validation to snapshot
    
    * Update schema description
    
    * Fix tags
    
    * Add splitting by samples for each output
    
    * Split validation truth set by sample
    
    * Fix split
    
    * Put in samples folder
    
    ---------
    
    Co-authored-by: LouisLeNezet <[email protected]>
    LouisLeNezet and LouisLeNezet authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a4f6618 View commit details
    Browse the repository at this point in the history
  2. Update all nf-core modules (#139)

    * Update bcftools annotate
    
    * Update bcftools concat
    
    * Update bcftools convert
    
    * Update bcftools index
    
    * Update bcftools merge
    
    * Update bcftools mpileup
    
    * Update bcftools norm
    
    * Update bcftools pluginsplit
    
    * Update bcftools stats
    
    * Update bcftools view
    
    * Update bedtools makewindows
    
    * Remove dumpsoftware
    
    * Update gawk
    
    * Update glimpse
    
    * Update glimpse2
    
    * Update gunzip
    
    * Update quilt
    
    * Update samtools
    
    * Update shapeit5
    
    * Update shapeit5
    
    * Update stitch
    
    * Update tabix
    
    * Update vcflib
    
    * Fix linting
    
    * Update pluginsplit
    LouisLeNezet authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8fb7bf0 View commit details
    Browse the repository at this point in the history
  3. Update workflows

    LouisLeNezet committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    252d63a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2fa7f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c1006a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0a673c View commit details
    Browse the repository at this point in the history
  7. Add log info

    LouisLeNezet committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e9984d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    feecec1 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    LouisLeNezet committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    af3d541 View commit details
    Browse the repository at this point in the history
  3. Fix error

    LouisLeNezet committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    35a98f7 View commit details
    Browse the repository at this point in the history
  4. Fix conda environment

    LouisLeNezet committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    abd697f View commit details
    Browse the repository at this point in the history
  5. Check guidelines for release and add corrections (#132)

    * typo fixes in readme
    
    * remove some to-dos
    
    * remove todos, add bibliography
    
    * add conditional detection of tools
    
    * add missing tools to citations
    
    * add conditional params
    
    * add release name and date
    
    * bump versions
    
    * add contributors and reviewers
    
    * Update README.md
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Louis LE NEZET <[email protected]>
    atrigila and LouisLeNezet authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    e351bb3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #143 from LouisLeNezet/fix_checkchr

    Fix checkchr
    atrigila authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    262290e View commit details
    Browse the repository at this point in the history
  7. Conda check removed and seed parameters added for QUILT (#146)

    * Remove conda from PR test
    
    * Add seed for stitch and quilt
    
    * Bump version in nf-core yml
    
    * Update changelog
    LouisLeNezet authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    679f50e View commit details
    Browse the repository at this point in the history
  8. Documentation updates (#144)

    * updates in the README and usage files
    
    * updated README file
    
    * documents after prettier
    
    * lastest update in usage file
    
    * Conda check removed and seed parameters added for QUILT (#146)
    
    * Remove conda from PR test
    
    * Add seed for stitch and quilt
    
    * Bump version in nf-core yml
    
    * Update changelog
    
    * updates in the README and usage files
    
    * Fix linting
    
    * CHANGELOG prettier
    
    * alteration added to the Changed section
    
    ---------
    
    Co-authored-by: Louis LE NEZET <[email protected]>
    hemanoel and LouisLeNezet authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a790ca1 View commit details
    Browse the repository at this point in the history
  9. Update usage.md (#147)

    Replacing "./" from usage file.
    hemanoel authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a9b0824 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Fix workflow dispatch (#148)

    * Fix workflow dispatch
    
    * Remove TODO
    LouisLeNezet authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    cf6d3a8 View commit details
    Browse the repository at this point in the history
  2. Remove map

    LouisLeNezet committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    0eff9c2 View commit details
    Browse the repository at this point in the history
  3. Remove map (#149)

    LouisLeNezet authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    116a042 View commit details
    Browse the repository at this point in the history
  4. Fix gstring error

    LouisLeNezet committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    610993e View commit details
    Browse the repository at this point in the history
  5. Update Changelog

    LouisLeNezet committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    d7ce7bd View commit details
    Browse the repository at this point in the history
  6. Update Changelog

    LouisLeNezet committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8ae7179 View commit details
    Browse the repository at this point in the history
  7. Fix Gstring interpolation in getFileExtension (#151)

    * Remove map
    
    * Fix gstring error
    
    * Update Changelog
    
    * Update Changelog
    LouisLeNezet authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    10985a2 View commit details
    Browse the repository at this point in the history
  8. Fix URLs and simplify citation (#152)

    * Update readme
    
    * Fix url link
    
    * Fix url link in output
    
    * Fix url link in output
    
    * Fix url link in citation
    
    * Add space to badges
    
    * Update CHANGELOG
    
    * Add white background to images
    
    * Update Changelog
    LouisLeNezet authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    70e24ec View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    22559e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94befe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    849c055 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33375b3 View commit details
    Browse the repository at this point in the history
  5. Change nf-test

    LouisLeNezet committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    92dc6fd View commit details
    Browse the repository at this point in the history
  6. Fix snapshot

    LouisLeNezet committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    640d11a View commit details
    Browse the repository at this point in the history
  7. Fix linting

    LouisLeNezet committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    b45b139 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. use correct image link

    mashehu authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fe2213c View commit details
    Browse the repository at this point in the history
  2. update nf-test version

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1134498 View commit details
    Browse the repository at this point in the history
  3. Fix link in usage.md

    LouisLeNezet committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f28ccb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def5bef View commit details
    Browse the repository at this point in the history
  5. add file titles

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7a4d516 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07bd474 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    13237e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e104a8 View commit details
    Browse the repository at this point in the history
  9. remove logo.svg not used

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2b3651a View commit details
    Browse the repository at this point in the history
  10. fix typo

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4037e8e View commit details
    Browse the repository at this point in the history
  11. Fix typos

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    213ffbf View commit details
    Browse the repository at this point in the history
  12. add tree structure

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d8d6dff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    11b0cd3 View commit details
    Browse the repository at this point in the history
  14. consistent VCF vs. vcf

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ad0eda4 View commit details
    Browse the repository at this point in the history
  15. add dots to sentences

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    dde1285 View commit details
    Browse the repository at this point in the history
  16. remove duplicate

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    6daae70 View commit details
    Browse the repository at this point in the history
  17. show example for 3 files

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fbfa9d0 View commit details
    Browse the repository at this point in the history
  18. improve description

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    13f7611 View commit details
    Browse the repository at this point in the history
  19. improve usage.md

    atrigila committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    8779a19 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Update language server

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d3844b3 View commit details
    Browse the repository at this point in the history
  2. Remove input from input initialisation

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d8ee2b7 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    eb5ef67 View commit details
    Browse the repository at this point in the history
  4. Fix numbering batch

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    98dba2a View commit details
    Browse the repository at this point in the history
  5. Update nf-test modules

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1dd253a View commit details
    Browse the repository at this point in the history
  6. Fix fulltest

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d12bca6 View commit details
    Browse the repository at this point in the history
  7. Update nf-test

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    85f3753 View commit details
    Browse the repository at this point in the history
  8. Update nf-test

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c2a59ff View commit details
    Browse the repository at this point in the history
  9. Update nf-test

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    01a51d0 View commit details
    Browse the repository at this point in the history
  10. Remove .view()

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0d20965 View commit details
    Browse the repository at this point in the history
  11. Set resourceLimits

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bbc99d7 View commit details
    Browse the repository at this point in the history
  12. Fix region processed with subset

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ebf7f9e View commit details
    Browse the repository at this point in the history
  13. Set resourceLimits

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c7af9b8 View commit details
    Browse the repository at this point in the history
  14. Update nf-test

    LouisLeNezet committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5f86447 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ed26114 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    af00b5c View commit details
    Browse the repository at this point in the history
  17. remove repeated information

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d9cce4a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    69eb8bb View commit details
    Browse the repository at this point in the history
  19. add groovylang

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    17c4817 View commit details
    Browse the repository at this point in the history
  20. delete tags.yml

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    93f51ca View commit details
    Browse the repository at this point in the history
  21. align

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    13d2a2d View commit details
    Browse the repository at this point in the history
  22. fix patterns in schema

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b65f85b View commit details
    Browse the repository at this point in the history
  23. revert setup nf-test

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c159855 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e5e4818 View commit details
    Browse the repository at this point in the history
  25. Revert "test sharding strategy in ci"

    This reverts commit e5e4818.
    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6654bc1 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9923c93 View commit details
    Browse the repository at this point in the history
  27. fix typo in chrX chr39

    atrigila committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a1cd930 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update nf-test

    LouisLeNezet committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9f814d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9400b16 View commit details
    Browse the repository at this point in the history
  3. Add null return

    LouisLeNezet committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    55dc003 View commit details
    Browse the repository at this point in the history
  4. Remove println

    LouisLeNezet committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1527591 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    LouisLeNezet committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ca6c5a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    e92e2da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b806079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2228cc3 View commit details
    Browse the repository at this point in the history
  4. remove txt2image

    atrigila committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0c5cdf2 View commit details
    Browse the repository at this point in the history
  5. Set params.chunk_model

    LouisLeNezet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2ba8c89 View commit details
    Browse the repository at this point in the history
  6. Fix linting

    LouisLeNezet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0722f8b View commit details
    Browse the repository at this point in the history
  7. Update Changelog

    LouisLeNezet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7d242be View commit details
    Browse the repository at this point in the history
  8. Set back fulltest to glimpse1

    LouisLeNezet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    53a7173 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25cfc4c View commit details
    Browse the repository at this point in the history
  10. Set chunk window size to 4mb

    LouisLeNezet committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    80c9d35 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    4f9da30 View commit details
    Browse the repository at this point in the history
  2. improve introduction flow

    atrigila committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    969af5e View commit details
    Browse the repository at this point in the history
  3. use setup nf-test

    atrigila committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f722171 View commit details
    Browse the repository at this point in the history
  4. Change chunk model initialisation

    LouisLeNezet committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    857772d View commit details
    Browse the repository at this point in the history
  5. Update nextflow_schema.json

    Co-authored-by: Louis LE NEZET <[email protected]>
    atrigila and LouisLeNezet authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    05397b4 View commit details
    Browse the repository at this point in the history
  6. Add nf-test for chunk model

    LouisLeNezet committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    e34c5a2 View commit details
    Browse the repository at this point in the history
  7. Reduce spec of PR

    LouisLeNezet committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    ee27981 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #157 from LouisLeNezet/chunk_model

    Add chunk_model as parameter
    LouisLeNezet authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    06d6b60 View commit details
    Browse the repository at this point in the history
  9. remove spaces

    atrigila committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4f4d034 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e7255e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f52128 View commit details
    Browse the repository at this point in the history
  12. modify diagram

    atrigila committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    200176a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Merge pull request #153 from LouisLeNezet/fulltest

    Update nf-tests and language server fixes
    LouisLeNezet authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    10a1dda View commit details
    Browse the repository at this point in the history
  2. Reduce features of fulltest

    LouisLeNezet authored and LouisLeNezet committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f575591 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    LouisLeNezet committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b5e7d91 View commit details
    Browse the repository at this point in the history
  4. Check for multiple sample before splitting

    LouisLeNezet committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    01e0927 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix case if empty

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    976f2ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2aed82f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    7222146 View commit details
    Browse the repository at this point in the history
  4. Update config

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    826ca63 View commit details
    Browse the repository at this point in the history
  5. Add query version

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c600724 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2ca561d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1512e82 View commit details
    Browse the repository at this point in the history
  8. Fix window size

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    eeb8825 View commit details
    Browse the repository at this point in the history
  9. Fix name output suffix

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    add70ee View commit details
    Browse the repository at this point in the history
  10. Update config

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    50344fe View commit details
    Browse the repository at this point in the history
  11. Fix small naming

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    70a3aaf View commit details
    Browse the repository at this point in the history
  12. Clean multiqc

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    4ff1ed0 View commit details
    Browse the repository at this point in the history
  13. Update output.md

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e0b8d1b View commit details
    Browse the repository at this point in the history
  14. Update nf-test and snapshot

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2002404 View commit details
    Browse the repository at this point in the history
  15. Fix config import order

    LouisLeNezet committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    96258d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Reset changes

    LouisLeNezet committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b65bfa0 View commit details
    Browse the repository at this point in the history
  2. Update pluginsplit

    LouisLeNezet committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    320ae35 View commit details
    Browse the repository at this point in the history
  3. Update test

    LouisLeNezet committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    028f097 View commit details
    Browse the repository at this point in the history
  4. Update changelog and remove bcftools query from config

    LouisLeNezet committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3c75649 View commit details
    Browse the repository at this point in the history
  5. Update output.md and remove bcftools query from config

    LouisLeNezet committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    1262ef2 View commit details
    Browse the repository at this point in the history
  6. Update nf-test sbwf

    LouisLeNezet committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0a5cb05 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. update diagram

    atrigila committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    0662a58 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #156 from atrigila/adress_review_comments

    address reviewer comments for first release
    atrigila authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    da2d16b View commit details
    Browse the repository at this point in the history
  3. Update docs/output.md

    Co-authored-by: Anabella Trigila <[email protected]>
    LouisLeNezet and atrigila authored Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9802306 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae061f6 View commit details
    Browse the repository at this point in the history
  5. Update output and CHANGELOG

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    2e8c39b View commit details
    Browse the repository at this point in the history
  6. Reset changes

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    c2a0d0d View commit details
    Browse the repository at this point in the history
  7. Reset pluginsplit

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    42c5b68 View commit details
    Browse the repository at this point in the history
  8. Fix pluginsplit

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a94009a View commit details
    Browse the repository at this point in the history
  9. Add back lenient mode in PR

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ad643d1 View commit details
    Browse the repository at this point in the history
  10. Change resourceLimits

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    9d95bad View commit details
    Browse the repository at this point in the history
  11. Set back testquality

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    3cc9f7a View commit details
    Browse the repository at this point in the history
  12. Set to AllSamples.txt

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a8e495d View commit details
    Browse the repository at this point in the history
  13. Change resourceLimits

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    24b6321 View commit details
    Browse the repository at this point in the history
  14. Update vcf_split_bcftools

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    4e0ce65 View commit details
    Browse the repository at this point in the history
  15. Reset VCF_SPLIT_BCFTOOLS

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    d299471 View commit details
    Browse the repository at this point in the history
  16. Add chunks size config

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    e63304e View commit details
    Browse the repository at this point in the history
  17. Update CHANGELOG

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6612290 View commit details
    Browse the repository at this point in the history
  18. Update snapshot

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    ae4e4fb View commit details
    Browse the repository at this point in the history
  19. Update snapshot

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    7abc1f8 View commit details
    Browse the repository at this point in the history
  20. Reset change

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    6c2efb4 View commit details
    Browse the repository at this point in the history
  21. Reset change

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    e05b8ef View commit details
    Browse the repository at this point in the history
  22. Update snapshot

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    861a0ee View commit details
    Browse the repository at this point in the history
  23. Fix snapshot

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    baca349 View commit details
    Browse the repository at this point in the history
  24. Improve output organisation

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    e170511 View commit details
    Browse the repository at this point in the history
  25. Reorder snap

    LouisLeNezet committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    93bd9ba View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge pull request #160 from LouisLeNezet/documentation

    Improve documentation
    LouisLeNezet authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c8e73e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e47798 View commit details
    Browse the repository at this point in the history
  3. Fix config

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    04a12c2 View commit details
    Browse the repository at this point in the history
  4. Update pluginsplit

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8c1fff6 View commit details
    Browse the repository at this point in the history
  5. Fix splitting operation

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8a7f9a1 View commit details
    Browse the repository at this point in the history
  6. Fix splitting operation

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7846c23 View commit details
    Browse the repository at this point in the history
  7. Fix splitting operation

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2eb5f00 View commit details
    Browse the repository at this point in the history
  8. Update truth split

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a2b15da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8600fc View commit details
    Browse the repository at this point in the history
  10. Update snap

    LouisLeNezet committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c1b7f1e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    eeb8037 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Update modules

    LouisLeNezet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    0bd49f0 View commit details
    Browse the repository at this point in the history
  2. Update vcf_split_bcftools

    LouisLeNezet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c1fd186 View commit details
    Browse the repository at this point in the history
  3. Add samples renaming for truth splitted files

    LouisLeNezet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cd450c3 View commit details
    Browse the repository at this point in the history
  4. Reset changes

    LouisLeNezet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    2e54095 View commit details
    Browse the repository at this point in the history
  5. Reset changes

    LouisLeNezet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ca67cbb View commit details
    Browse the repository at this point in the history
  6. Reset changes

    LouisLeNezet committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    46464eb View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Update CHANGELOG

    LouisLeNezet committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d3aac0c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #161 from LouisLeNezet/config

    Update VCF_SPLIT_BCFTOOLS
    LouisLeNezet authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e58c7e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ba6eba View commit details
    Browse the repository at this point in the history
  4. Update snapshot

    LouisLeNezet committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    f8c01ac View commit details
    Browse the repository at this point in the history
  5. Update snapshot

    LouisLeNezet committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    10d95fe View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Merge pull request #158 from LouisLeNezet/fulltest_only

    Reduce computational time of AWS megatest
    LouisLeNezet authored Nov 24, 2024
    Configuration menu
    Copy the full SHA
    69badc3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    a38adfa View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    LouisLeNezet committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    aa55dfb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #162 from LouisLeNezet/fasta_index

    Fix fasta index usage with `genomes` parameter
    LouisLeNezet authored Nov 25, 2024
    Configuration menu
    Copy the full SHA
    d092479 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Remove binary panel

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f2e3575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7f0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b707de7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65d0990 View commit details
    Browse the repository at this point in the history
  5. Update assets schema

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    44b94ae View commit details
    Browse the repository at this point in the history
  6. Add back development.md

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9585908 View commit details
    Browse the repository at this point in the history
  7. Update documentation

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0ce3595 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5befab6 View commit details
    Browse the repository at this point in the history
  9. Update config

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    7f741c5 View commit details
    Browse the repository at this point in the history
  10. Update contribution

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    fcbfc65 View commit details
    Browse the repository at this point in the history
  11. Update test_all

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5614727 View commit details
    Browse the repository at this point in the history
  12. Update metro map

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5b7b8ea View commit details
    Browse the repository at this point in the history
  13. Update markdown

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    71da1d8 View commit details
    Browse the repository at this point in the history
  14. Update markdown

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    e32150e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b36c29d View commit details
    Browse the repository at this point in the history
  16. Fix linting

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    3ac14c7 View commit details
    Browse the repository at this point in the history
  17. Update changelog

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    96b198a View commit details
    Browse the repository at this point in the history
  18. Update metromap

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    c7b9b21 View commit details
    Browse the repository at this point in the history
  19. Update date release

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2c342b8 View commit details
    Browse the repository at this point in the history
  20. Rename channel

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1aeaa20 View commit details
    Browse the repository at this point in the history
  21. Update docs/development.md

    Co-authored-by: Sofia Stamouli <[email protected]>
    LouisLeNezet and sofstam authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9f0c48b View commit details
    Browse the repository at this point in the history
  22. Update docs/development.md

    Co-authored-by: Sofia Stamouli <[email protected]>
    LouisLeNezet and sofstam authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    5ee491e View commit details
    Browse the repository at this point in the history
  23. Update docs/development.md

    Co-authored-by: Sofia Stamouli <[email protected]>
    LouisLeNezet and sofstam authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    32d06e7 View commit details
    Browse the repository at this point in the history
  24. Update docs/usage.md

    Co-authored-by: Sofia Stamouli <[email protected]>
    LouisLeNezet and sofstam authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    0b78c70 View commit details
    Browse the repository at this point in the history
  25. Update legend.png

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9795b31 View commit details
    Browse the repository at this point in the history
  26. Update legend.png

    LouisLeNezet committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    2a30aec View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Change background

    LouisLeNezet committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    dbad1ba View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Merge pull request #164 from LouisLeNezet/dev

    Update documentation and miscellanous modification for release
    LouisLeNezet authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    05a2a4c View commit details
    Browse the repository at this point in the history