-
Notifications
You must be signed in to change notification settings - Fork 41
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
Dev #119
Dev #119
Conversation
Prepare release 2.0.0
download fly module
Co-authored-by: Maxime U Garcia <max.u.garcia@gmail.com>
…cass into 115-add-flye-to-nf-corebacass merging the template changes.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CHANGELOG.md
Outdated
@@ -31,6 +31,7 @@ This version merges the nf-core template updates of v2.9 and v2.10, and updates | |||
|
|||
### `Added` | |||
|
|||
- [#116](https://github.com/nf-core/bacass/pull/116) - Added Flye as an alternative assembler for long reads |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be added in section 2.2.0dev not in v2.1.0.
It would be great to have a test profile for flye in |
It appears that your changes are pulling lines from master. In other words, it seems like you're pulling changes from master, merging them into your dev branch, and then pushing your dev branch into nf-core/bacass:dev. This is risky because we might overwrite newer lines in the dev branch. My advice is to: once completed: See sections Contribution overview, testing, pipeline tests in nf-core guidelines about contributing to an existing pipeline. |
Moved changes to v2.2.0dev
added dragonflye in the list of assembler available
changed path of assets
Careful, I have seen that you have created another branch directly into |
Cleaned the main pipeline
PR116 > PR119
This problem was fixed, I am now working from a fork of the bacass:dev so I wonder if there are issues from a previous version, before I changed to my fork |
I don't see anything coming from the master branch, I am probably missing something.
Yes this was my initial mistake, I am not using this branch anymore. Sorry about the inconvenience. |
Thanks a lot for the help, it seems that a lot of the problem come from the fact that I initially used the master branch to work on the pipeline. I will now close this add the new suggestions. |
There are remaining issues from the previous branch and additional items that need to be added. |
Exactly 😅. Yes. It would be easier to use a fresh dev branch before adding changes. |
Add flye
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).