-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: TEMPLATE
Are you sure you want to change the base?
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5679f7f - Browse repository at this point
Copy the full SHA 5679f7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for aadc7b8 - Browse repository at this point
Copy the full SHA aadc7b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e46cfa - Browse repository at this point
Copy the full SHA 2e46cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a8c5c - Browse repository at this point
Copy the full SHA 78a8c5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0d8a0 - Browse repository at this point
Copy the full SHA fc0d8a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 045430a - Browse repository at this point
Copy the full SHA 045430aView commit details -
Merge pull request #92 from nf-core/maxulysse-patch-1
Fix typo in nextflow_schema.json
Configuration menu - View commit details
-
Copy full SHA for 55a8d5b - Browse repository at this point
Copy the full SHA 55a8d5bView commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f1f6449 - Browse repository at this point
Copy the full SHA f1f6449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ddfc92 - Browse repository at this point
Copy the full SHA 5ddfc92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a0da2 - Browse repository at this point
Copy the full SHA 59a0da2View commit details
Commits on Jul 10, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a342791 - Browse repository at this point
Copy the full SHA a342791View commit details
Commits on Jul 11, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 41e311a - Browse repository at this point
Copy the full SHA 41e311aView commit details -
Change compute_freq default to false (#101)
* Change compute_freq default to false * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 48eb141 - Browse repository at this point
Copy the full SHA 48eb141View commit details
Commits on Jul 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 930c996 - Browse repository at this point
Copy the full SHA 930c996View commit details
Commits on Jul 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4dde6eb - Browse repository at this point
Copy the full SHA 4dde6ebView commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for a05575c - Browse repository at this point
Copy the full SHA a05575cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for fa4f103 - Browse repository at this point
Copy the full SHA fa4f103View commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8632ed3 - Browse repository at this point
Copy the full SHA 8632ed3View commit details -
Update path to full sample (#110)
* Update sample sim full * Fix path to full sample
Configuration menu - View commit details
-
Copy full SHA for 95d932f - Browse repository at this point
Copy the full SHA 95d932fView commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ac8ddf - Browse repository at this point
Copy the full SHA 9ac8ddfView commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0dae2e3 - Browse repository at this point
Copy the full SHA 0dae2e3View commit details
Commits on Aug 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8096826 - Browse repository at this point
Copy the full SHA 8096826View commit details
Commits on Aug 23, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for c9322a0 - Browse repository at this point
Copy the full SHA c9322a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1128a80 - Browse repository at this point
Copy the full SHA 1128a80View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2823b0 - Browse repository at this point
Copy the full SHA f2823b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c730f7 - Browse repository at this point
Copy the full SHA 6c730f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 762d484 - Browse repository at this point
Copy the full SHA 762d484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbc45c - Browse repository at this point
Copy the full SHA 2fbc45cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e9c47 - Browse repository at this point
Copy the full SHA f4e9c47View commit details
Commits on Aug 31, 2024
-
Co-authored-by: Louis LE NEZET <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7702b0f - Browse repository at this point
Copy the full SHA 7702b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f348eda - Browse repository at this point
Copy the full SHA f348edaView commit details -
Merge pull request #119 from atrigila/test_dog
Improve tests in dog genome
Configuration menu - View commit details
-
Copy full SHA for e7d34a4 - Browse repository at this point
Copy the full SHA e7d34a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c836b09 - Browse repository at this point
Copy the full SHA c836b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0832ad1 - Browse repository at this point
Copy the full SHA 0832ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04dc761 - Browse repository at this point
Copy the full SHA 04dc761View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddaea17 - Browse repository at this point
Copy the full SHA ddaea17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36037bd - Browse repository at this point
Copy the full SHA 36037bdView commit details
Commits on Oct 10, 2024
-
Merge pull request #117 from atrigila/issue_114
change output directory
Configuration menu - View commit details
-
Copy full SHA for a2653ed - Browse repository at this point
Copy the full SHA a2653edView commit details
Commits on Oct 11, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c007e41 - Browse repository at this point
Copy the full SHA c007e41View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 87f537c - Browse repository at this point
Copy the full SHA 87f537cView commit details
Commits on Oct 15, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0a25c1c - Browse repository at this point
Copy the full SHA 0a25c1cView commit details
Commits on Oct 17, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for a746a17 - Browse repository at this point
Copy the full SHA a746a17View commit details
Commits on Oct 28, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for a4f6618 - Browse repository at this point
Copy the full SHA a4f6618View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8fb7bf0 - Browse repository at this point
Copy the full SHA 8fb7bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 252d63a - Browse repository at this point
Copy the full SHA 252d63aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2fa7f8 - Browse repository at this point
Copy the full SHA d2fa7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1006a - Browse repository at this point
Copy the full SHA 9c1006aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a673c - Browse repository at this point
Copy the full SHA a0a673cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9984d1 - Browse repository at this point
Copy the full SHA e9984d1View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for feecec1 - Browse repository at this point
Copy the full SHA feecec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for af3d541 - Browse repository at this point
Copy the full SHA af3d541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a98f7 - Browse repository at this point
Copy the full SHA 35a98f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd697f - Browse repository at this point
Copy the full SHA abd697fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e351bb3 - Browse repository at this point
Copy the full SHA e351bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 262290e - Browse repository at this point
Copy the full SHA 262290eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 679f50e - Browse repository at this point
Copy the full SHA 679f50eView commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for a790ca1 - Browse repository at this point
Copy the full SHA a790ca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b0824 - Browse repository at this point
Copy the full SHA a9b0824View commit details
Commits on Oct 30, 2024
-
* Fix workflow dispatch * Remove TODO
Configuration menu - View commit details
-
Copy full SHA for cf6d3a8 - Browse repository at this point
Copy the full SHA cf6d3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eff9c2 - Browse repository at this point
Copy the full SHA 0eff9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116a042 - Browse repository at this point
Copy the full SHA 116a042View commit details -
Configuration menu - View commit details
-
Copy full SHA for 610993e - Browse repository at this point
Copy the full SHA 610993eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ce7bd - Browse repository at this point
Copy the full SHA d7ce7bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae7179 - Browse repository at this point
Copy the full SHA 8ae7179View commit details -
Fix Gstring interpolation in getFileExtension (#151)
* Remove map * Fix gstring error * Update Changelog * Update Changelog
Configuration menu - View commit details
-
Copy full SHA for 10985a2 - Browse repository at this point
Copy the full SHA 10985a2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 70e24ec - Browse repository at this point
Copy the full SHA 70e24ecView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 22559e7 - Browse repository at this point
Copy the full SHA 22559e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94befe0 - Browse repository at this point
Copy the full SHA 94befe0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 849c055 - Browse repository at this point
Copy the full SHA 849c055View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33375b3 - Browse repository at this point
Copy the full SHA 33375b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92dc6fd - Browse repository at this point
Copy the full SHA 92dc6fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 640d11a - Browse repository at this point
Copy the full SHA 640d11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b45b139 - Browse repository at this point
Copy the full SHA b45b139View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fe2213c - Browse repository at this point
Copy the full SHA fe2213cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1134498 - Browse repository at this point
Copy the full SHA 1134498View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28ccb2 - Browse repository at this point
Copy the full SHA f28ccb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for def5bef - Browse repository at this point
Copy the full SHA def5befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4d516 - Browse repository at this point
Copy the full SHA 7a4d516View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07bd474 - Browse repository at this point
Copy the full SHA 07bd474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13237e3 - Browse repository at this point
Copy the full SHA 13237e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e104a8 - Browse repository at this point
Copy the full SHA 3e104a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b3651a - Browse repository at this point
Copy the full SHA 2b3651aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4037e8e - Browse repository at this point
Copy the full SHA 4037e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 213ffbf - Browse repository at this point
Copy the full SHA 213ffbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d6dff - Browse repository at this point
Copy the full SHA d8d6dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11b0cd3 - Browse repository at this point
Copy the full SHA 11b0cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad0eda4 - Browse repository at this point
Copy the full SHA ad0eda4View commit details -
Configuration menu - View commit details
-
Copy full SHA for dde1285 - Browse repository at this point
Copy the full SHA dde1285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6daae70 - Browse repository at this point
Copy the full SHA 6daae70View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbfa9d0 - Browse repository at this point
Copy the full SHA fbfa9d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13f7611 - Browse repository at this point
Copy the full SHA 13f7611View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8779a19 - Browse repository at this point
Copy the full SHA 8779a19View commit details
Commits on Nov 6, 2024
-
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for d3844b3 - Browse repository at this point
Copy the full SHA d3844b3View commit details -
Remove input from input initialisation
LouisLeNezet committedNov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for d8ee2b7 - Browse repository at this point
Copy the full SHA d8ee2b7View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for eb5ef67 - Browse repository at this point
Copy the full SHA eb5ef67View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 98dba2a - Browse repository at this point
Copy the full SHA 98dba2aView commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 1dd253a - Browse repository at this point
Copy the full SHA 1dd253aView commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for d12bca6 - Browse repository at this point
Copy the full SHA d12bca6View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 85f3753 - Browse repository at this point
Copy the full SHA 85f3753View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c2a59ff - Browse repository at this point
Copy the full SHA c2a59ffView commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 01a51d0 - Browse repository at this point
Copy the full SHA 01a51d0View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 0d20965 - Browse repository at this point
Copy the full SHA 0d20965View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for bbc99d7 - Browse repository at this point
Copy the full SHA bbc99d7View commit details -
Fix region processed with subset
LouisLeNezet committedNov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ebf7f9e - Browse repository at this point
Copy the full SHA ebf7f9eView commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c7af9b8 - Browse repository at this point
Copy the full SHA c7af9b8View commit details -
LouisLeNezet committed
Nov 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 5f86447 - Browse repository at this point
Copy the full SHA 5f86447View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed26114 - Browse repository at this point
Copy the full SHA ed26114View commit details -
Configuration menu - View commit details
-
Copy full SHA for af00b5c - Browse repository at this point
Copy the full SHA af00b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cce4a - Browse repository at this point
Copy the full SHA d9cce4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69eb8bb - Browse repository at this point
Copy the full SHA 69eb8bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c4817 - Browse repository at this point
Copy the full SHA 17c4817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f51ca - Browse repository at this point
Copy the full SHA 93f51caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d2a2d - Browse repository at this point
Copy the full SHA 13d2a2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b65f85b - Browse repository at this point
Copy the full SHA b65f85bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c159855 - Browse repository at this point
Copy the full SHA c159855View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e4818 - Browse repository at this point
Copy the full SHA e5e4818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6654bc1 - Browse repository at this point
Copy the full SHA 6654bc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9923c93 - Browse repository at this point
Copy the full SHA 9923c93View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1cd930 - Browse repository at this point
Copy the full SHA a1cd930View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f814d8 - Browse repository at this point
Copy the full SHA 9f814d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9400b16 - Browse repository at this point
Copy the full SHA 9400b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55dc003 - Browse repository at this point
Copy the full SHA 55dc003View commit details -
LouisLeNezet committed
Nov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 1527591 - Browse repository at this point
Copy the full SHA 1527591View commit details -
LouisLeNezet committed
Nov 7, 2024 Configuration menu - View commit details
-
Copy full SHA for ca6c5a5 - Browse repository at this point
Copy the full SHA ca6c5a5View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e92e2da - Browse repository at this point
Copy the full SHA e92e2daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b806079 - Browse repository at this point
Copy the full SHA b806079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2228cc3 - Browse repository at this point
Copy the full SHA 2228cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c5cdf2 - Browse repository at this point
Copy the full SHA 0c5cdf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba8c89 - Browse repository at this point
Copy the full SHA 2ba8c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0722f8b - Browse repository at this point
Copy the full SHA 0722f8bView commit details -
LouisLeNezet committed
Nov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 7d242be - Browse repository at this point
Copy the full SHA 7d242beView commit details -
LouisLeNezet committed
Nov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 53a7173 - Browse repository at this point
Copy the full SHA 53a7173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cfc4c - Browse repository at this point
Copy the full SHA 25cfc4cView commit details -
LouisLeNezet committed
Nov 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 80c9d35 - Browse repository at this point
Copy the full SHA 80c9d35View commit details
Commits on Nov 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f9da30 - Browse repository at this point
Copy the full SHA 4f9da30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 969af5e - Browse repository at this point
Copy the full SHA 969af5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f722171 - Browse repository at this point
Copy the full SHA f722171View commit details -
Change chunk model initialisation
LouisLeNezet committedNov 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 857772d - Browse repository at this point
Copy the full SHA 857772dView commit details -
Co-authored-by: Louis LE NEZET <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05397b4 - Browse repository at this point
Copy the full SHA 05397b4View commit details -
LouisLeNezet committed
Nov 10, 2024 Configuration menu - View commit details
-
Copy full SHA for e34c5a2 - Browse repository at this point
Copy the full SHA e34c5a2View commit details -
LouisLeNezet committed
Nov 10, 2024 Configuration menu - View commit details
-
Copy full SHA for ee27981 - Browse repository at this point
Copy the full SHA ee27981View commit details -
Merge pull request #157 from LouisLeNezet/chunk_model
Add chunk_model as parameter
Configuration menu - View commit details
-
Copy full SHA for 06d6b60 - Browse repository at this point
Copy the full SHA 06d6b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4d034 - Browse repository at this point
Copy the full SHA 4f4d034View commit details -
Merge branch 'adress_review_comments' of https://github.com/atrigila/…
…phaseimpute into adress_review_comments
Configuration menu - View commit details
-
Copy full SHA for 4e7255e - Browse repository at this point
Copy the full SHA 4e7255eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f52128 - Browse repository at this point
Copy the full SHA 3f52128View commit details -
Configuration menu - View commit details
-
Copy full SHA for 200176a - Browse repository at this point
Copy the full SHA 200176aView commit details
Commits on Nov 11, 2024
-
Merge pull request #153 from LouisLeNezet/fulltest
Update nf-tests and language server fixes
Configuration menu - View commit details
-
Copy full SHA for 10a1dda - Browse repository at this point
Copy the full SHA 10a1ddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f575591 - Browse repository at this point
Copy the full SHA f575591View commit details -
LouisLeNezet committed
Nov 11, 2024 Configuration menu - View commit details
-
Copy full SHA for b5e7d91 - Browse repository at this point
Copy the full SHA b5e7d91View commit details -
Check for multiple sample before splitting
LouisLeNezet committedNov 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 01e0927 - Browse repository at this point
Copy the full SHA 01e0927View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 976f2ff - Browse repository at this point
Copy the full SHA 976f2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aed82f - Browse repository at this point
Copy the full SHA 2aed82fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7222146 - Browse repository at this point
Copy the full SHA 7222146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826ca63 - Browse repository at this point
Copy the full SHA 826ca63View commit details -
Configuration menu - View commit details
-
Copy full SHA for c600724 - Browse repository at this point
Copy the full SHA c600724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca561d - Browse repository at this point
Copy the full SHA 2ca561dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1512e82 - Browse repository at this point
Copy the full SHA 1512e82View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb8825 - Browse repository at this point
Copy the full SHA eeb8825View commit details -
Configuration menu - View commit details
-
Copy full SHA for add70ee - Browse repository at this point
Copy the full SHA add70eeView commit details -
LouisLeNezet committed
Nov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 50344fe - Browse repository at this point
Copy the full SHA 50344feView commit details -
LouisLeNezet committed
Nov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 70a3aaf - Browse repository at this point
Copy the full SHA 70a3aafView commit details -
LouisLeNezet committed
Nov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ff1ed0 - Browse repository at this point
Copy the full SHA 4ff1ed0View commit details -
LouisLeNezet committed
Nov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for e0b8d1b - Browse repository at this point
Copy the full SHA e0b8d1bView commit details -
LouisLeNezet committed
Nov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 2002404 - Browse repository at this point
Copy the full SHA 2002404View commit details -
LouisLeNezet committed
Nov 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 96258d3 - Browse repository at this point
Copy the full SHA 96258d3View commit details
Commits on Nov 13, 2024
-
LouisLeNezet committed
Nov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for b65bfa0 - Browse repository at this point
Copy the full SHA b65bfa0View commit details -
LouisLeNezet committed
Nov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 320ae35 - Browse repository at this point
Copy the full SHA 320ae35View commit details -
LouisLeNezet committed
Nov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 028f097 - Browse repository at this point
Copy the full SHA 028f097View commit details -
Update changelog and remove bcftools query from config
LouisLeNezet committedNov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 3c75649 - Browse repository at this point
Copy the full SHA 3c75649View commit details -
Update output.md and remove bcftools query from config
LouisLeNezet committedNov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 1262ef2 - Browse repository at this point
Copy the full SHA 1262ef2View commit details -
LouisLeNezet committed
Nov 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 0a5cb05 - Browse repository at this point
Copy the full SHA 0a5cb05View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0662a58 - Browse repository at this point
Copy the full SHA 0662a58View commit details -
Merge pull request #156 from atrigila/adress_review_comments
address reviewer comments for first release
Configuration menu - View commit details
-
Copy full SHA for da2d16b - Browse repository at this point
Copy the full SHA da2d16bView commit details -
Co-authored-by: Anabella Trigila <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9802306 - Browse repository at this point
Copy the full SHA 9802306View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae061f6 - Browse repository at this point
Copy the full SHA ae061f6View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e8c39b - Browse repository at this point
Copy the full SHA 2e8c39bView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for c2a0d0d - Browse repository at this point
Copy the full SHA c2a0d0dView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 42c5b68 - Browse repository at this point
Copy the full SHA 42c5b68View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for a94009a - Browse repository at this point
Copy the full SHA a94009aView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for ad643d1 - Browse repository at this point
Copy the full SHA ad643d1View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d95bad - Browse repository at this point
Copy the full SHA 9d95badView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 3cc9f7a - Browse repository at this point
Copy the full SHA 3cc9f7aView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for a8e495d - Browse repository at this point
Copy the full SHA a8e495dView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 24b6321 - Browse repository at this point
Copy the full SHA 24b6321View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 4e0ce65 - Browse repository at this point
Copy the full SHA 4e0ce65View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for d299471 - Browse repository at this point
Copy the full SHA d299471View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for e63304e - Browse repository at this point
Copy the full SHA e63304eView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6612290 - Browse repository at this point
Copy the full SHA 6612290View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for ae4e4fb - Browse repository at this point
Copy the full SHA ae4e4fbView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 7abc1f8 - Browse repository at this point
Copy the full SHA 7abc1f8View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c2efb4 - Browse repository at this point
Copy the full SHA 6c2efb4View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for e05b8ef - Browse repository at this point
Copy the full SHA e05b8efView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 861a0ee - Browse repository at this point
Copy the full SHA 861a0eeView commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for baca349 - Browse repository at this point
Copy the full SHA baca349View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for e170511 - Browse repository at this point
Copy the full SHA e170511View commit details -
LouisLeNezet committed
Nov 17, 2024 Configuration menu - View commit details
-
Copy full SHA for 93bd9ba - Browse repository at this point
Copy the full SHA 93bd9baView commit details
Commits on Nov 18, 2024
-
Merge pull request #160 from LouisLeNezet/documentation
Improve documentation
Configuration menu - View commit details
-
Copy full SHA for c8e73e8 - Browse repository at this point
Copy the full SHA c8e73e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e47798 - Browse repository at this point
Copy the full SHA 0e47798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a12c2 - Browse repository at this point
Copy the full SHA 04a12c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1fff6 - Browse repository at this point
Copy the full SHA 8c1fff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7f9a1 - Browse repository at this point
Copy the full SHA 8a7f9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7846c23 - Browse repository at this point
Copy the full SHA 7846c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb5f00 - Browse repository at this point
Copy the full SHA 2eb5f00View commit details -
LouisLeNezet committed
Nov 18, 2024 Configuration menu - View commit details
-
Copy full SHA for a2b15da - Browse repository at this point
Copy the full SHA a2b15daView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8600fc - Browse repository at this point
Copy the full SHA a8600fcView commit details -
LouisLeNezet committed
Nov 18, 2024 Configuration menu - View commit details
-
Copy full SHA for c1b7f1e - Browse repository at this point
Copy the full SHA c1b7f1eView commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eeb8037 - Browse repository at this point
Copy the full SHA eeb8037View commit details
Commits on Nov 22, 2024
-
LouisLeNezet committed
Nov 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 0bd49f0 - Browse repository at this point
Copy the full SHA 0bd49f0View commit details -
LouisLeNezet committed
Nov 22, 2024 Configuration menu - View commit details
-
Copy full SHA for c1fd186 - Browse repository at this point
Copy the full SHA c1fd186View commit details -
Add samples renaming for truth splitted files
LouisLeNezet committedNov 22, 2024 Configuration menu - View commit details
-
Copy full SHA for cd450c3 - Browse repository at this point
Copy the full SHA cd450c3View commit details -
LouisLeNezet committed
Nov 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 2e54095 - Browse repository at this point
Copy the full SHA 2e54095View commit details -
LouisLeNezet committed
Nov 22, 2024 Configuration menu - View commit details
-
Copy full SHA for ca67cbb - Browse repository at this point
Copy the full SHA ca67cbbView commit details -
LouisLeNezet committed
Nov 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 46464eb - Browse repository at this point
Copy the full SHA 46464ebView commit details
Commits on Nov 23, 2024
-
LouisLeNezet committed
Nov 23, 2024 Configuration menu - View commit details
-
Copy full SHA for d3aac0c - Browse repository at this point
Copy the full SHA d3aac0cView commit details -
Merge pull request #161 from LouisLeNezet/config
Update VCF_SPLIT_BCFTOOLS
Configuration menu - View commit details
-
Copy full SHA for e58c7e6 - Browse repository at this point
Copy the full SHA e58c7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ba6eba - Browse repository at this point
Copy the full SHA 6ba6ebaView commit details -
LouisLeNezet committed
Nov 23, 2024 Configuration menu - View commit details
-
Copy full SHA for f8c01ac - Browse repository at this point
Copy the full SHA f8c01acView commit details -
LouisLeNezet committed
Nov 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 10d95fe - Browse repository at this point
Copy the full SHA 10d95feView commit details
Commits on Nov 24, 2024
-
Merge pull request #158 from LouisLeNezet/fulltest_only
Reduce computational time of AWS megatest
Configuration menu - View commit details
-
Copy full SHA for 69badc3 - Browse repository at this point
Copy the full SHA 69badc3View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a38adfa - Browse repository at this point
Copy the full SHA a38adfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa55dfb - Browse repository at this point
Copy the full SHA aa55dfbView commit details -
Merge pull request #162 from LouisLeNezet/fasta_index
Fix fasta index usage with `genomes` parameter
Configuration menu - View commit details
-
Copy full SHA for d092479 - Browse repository at this point
Copy the full SHA d092479View commit details
Commits on Nov 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2e3575 - Browse repository at this point
Copy the full SHA f2e3575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e7f0f1 - Browse repository at this point
Copy the full SHA 7e7f0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b707de7 - Browse repository at this point
Copy the full SHA b707de7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65d0990 - Browse repository at this point
Copy the full SHA 65d0990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b94ae - Browse repository at this point
Copy the full SHA 44b94aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9585908 - Browse repository at this point
Copy the full SHA 9585908View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce3595 - Browse repository at this point
Copy the full SHA 0ce3595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5befab6 - Browse repository at this point
Copy the full SHA 5befab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f741c5 - Browse repository at this point
Copy the full SHA 7f741c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbfc65 - Browse repository at this point
Copy the full SHA fcbfc65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5614727 - Browse repository at this point
Copy the full SHA 5614727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b7b8ea - Browse repository at this point
Copy the full SHA 5b7b8eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71da1d8 - Browse repository at this point
Copy the full SHA 71da1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e32150e - Browse repository at this point
Copy the full SHA e32150eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b36c29d - Browse repository at this point
Copy the full SHA b36c29dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ac14c7 - Browse repository at this point
Copy the full SHA 3ac14c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96b198a - Browse repository at this point
Copy the full SHA 96b198aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7b9b21 - Browse repository at this point
Copy the full SHA c7b9b21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c342b8 - Browse repository at this point
Copy the full SHA 2c342b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aeaa20 - Browse repository at this point
Copy the full SHA 1aeaa20View commit details -
Co-authored-by: Sofia Stamouli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f0c48b - Browse repository at this point
Copy the full SHA 9f0c48bView commit details -
Co-authored-by: Sofia Stamouli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ee491e - Browse repository at this point
Copy the full SHA 5ee491eView commit details -
Co-authored-by: Sofia Stamouli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32d06e7 - Browse repository at this point
Copy the full SHA 32d06e7View commit details -
Co-authored-by: Sofia Stamouli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b78c70 - Browse repository at this point
Copy the full SHA 0b78c70View commit details -
LouisLeNezet committed
Nov 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 9795b31 - Browse repository at this point
Copy the full SHA 9795b31View commit details -
LouisLeNezet committed
Nov 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a30aec - Browse repository at this point
Copy the full SHA 2a30aecView commit details
Commits on Nov 29, 2024
-
LouisLeNezet committed
Nov 29, 2024 Configuration menu - View commit details
-
Copy full SHA for dbad1ba - Browse repository at this point
Copy the full SHA dbad1baView commit details
Commits on Dec 2, 2024
-
Merge pull request #164 from LouisLeNezet/dev
Update documentation and miscellanous modification for release
Configuration menu - View commit details
-
Copy full SHA for 05a2a4c - Browse repository at this point
Copy the full SHA 05a2a4cView commit details