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

Clean up some unnecessary folders and files #5

Merged
merged 5 commits into from
Jul 12, 2024

Conversation

FelixAntoineLeSieur
Copy link
Contributor

Removed .devcontainer and .dockstore. Also added some caveats to contribution and PR template file.
Added a permission to the linting .github workflow to attempt to fix the workflow action.

@FelixAntoineLeSieur FelixAntoineLeSieur self-assigned this Jul 8, 2024
@FelixAntoineLeSieur FelixAntoineLeSieur changed the title Cleaned up some unnecessary folders and files Clean up some unnecessary folders and files Jul 8, 2024
@FelixAntoineLeSieur FelixAntoineLeSieur marked this pull request as draft July 8, 2024 20:43
@@ -72,8 +75,7 @@ If you wish to contribute a new step, please use the following coding standards:
6. Add sanity checks and validation for all relevant parameters.
7. Perform local tests to validate that the new code works as expected.
8. If applicable, add a new test command in `.github/workflow/ci.yml`.
9. Update MultiQC config `assets/multiqc_config.yml` so relevant suffixes, file name clean up and module plots are in the appropriate order. If applicable, add a [MultiQC](https://https://multiqc.info/) module.
10. Add a description of the output files and if relevant any appropriate images from the MultiQC report to `docs/output.md`.
9. Add a description of the output files if relevant to `docs/output.md`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci pour le ménage! Je vois dans le fichier que peut-être ce serait bien de changer le nom de la branche sur le point numéro 5. On parle d'ouvrir un pull request sur la branche dev, on devrait plutot dire la branch principale dans notre cas (main je crois).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ce serait bien aussi d'ajuster la section "Patch" et remplacer la branche "master" par main.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci pour le ménage! Je vois dans le fichier que peut-être ce serait bien de changer le nom de la branche sur le point numéro 5. On parle d'ouvrir un pull request sur la branche dev, on devrait plutot dire la branch principale dans notre cas (main je crois).

changé 'dev' pour 'main'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ce serait bien aussi d'ajuster la section "Patch" et remplacer la branche "master" par main.

oui j'ai changé les 'patch' pour 'fix' ou 'hotfix' et remplacé master par main

@FelixAntoineLeSieur FelixAntoineLeSieur marked this pull request as ready for review July 11, 2024 18:19
docs/usage.md Outdated
@@ -8,7 +8,7 @@

## Samplesheet input

You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row as shown in the examples below.
You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a tab-separated file with the first column being the family ID. There are 2 possible format, V1 and V2 (See README for details). V1 includes only the family ID and the sample files as columns, while V2 has the sequencingType as a second column in addition the the familyID and sample files.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu voudras probablement décrire seulement le format V2.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peut-etre sera automatiquement fixé avec le rebase.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

j'ai changé plusieurs choses dans le document usage.md, la plupart semble ok à garder, mais pour les choses spécifiques, c'est probablement mieux de garder pour un autre PR

Also added some caveats to contribution and PR template file

Ignored some lint tests for modified or removed files
The mirror seems deprecated and is not
consistent with prettier-vsc. Ignored several more lint test for removed
files.
Updated the nf-core.yml to ignore related lint test
Removed files related to disabled github actions and email notifications
Changed wording in CONTRIBUTING.md, updated usage.md, removed the fasta
samplesheet

Doc: Updated changelog
@FelixAntoineLeSieur FelixAntoineLeSieur merged commit f82318c into main Jul 12, 2024
2 checks passed
@FelixAntoineLeSieur FelixAntoineLeSieur deleted the CleanupFiles branch July 12, 2024 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants