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

PR for release 1.1.0 #85

Merged
merged 199 commits into from
Jun 15, 2021
Merged

PR for release 1.1.0 #85

merged 199 commits into from
Jun 15, 2021

Conversation

KevinMenden
Copy link
Contributor

PR for the release of version 1.1.0.

This release brings a few major and potentially breaking changes.
The main ones:

  • --input instead of --reads for defining the input data
  • nfcore_schema.json file for parameters
  • lib folder with groovy helper functions

ewels and others added 30 commits July 13, 2018 14:43
this is related to UMI in the fastq files. Address: 
#35
A quick patch to fix the handling of --protocol (specifically custom) options when passing off to miRtrace.
Amended documentation around `--protocol` to better reflect that the user can use a custom protocol and provide their own adapter and trimming parameters.
I am updating with the new TEMPLATE and some packages are missing.
update docker with new packages to migrate to new template
@ewels
Copy link
Member

ewels commented May 12, 2021

So might be nice to look into upgrading some of these packages if possible. And a full size AWS test is always nice.

  • no default value for single_end parameter (we could also remove that completely as not supported?)

Yes we should remove it completely. Is it just this instance?

summary['Data Type'] = params.single_end ? 'Single-End' : 'Paired-End'

@KevinMenden
Copy link
Contributor Author

Great, I'll try updating some of the packages. I probably won't touch the R stuff for now though because that always breaks

Yes I think it was only that ocurrence, fixed it here now:
#86

Will also use that PR to try around with updating the package versions.

Copy link
Member

@ggabernet ggabernet left a comment

Choose a reason for hiding this comment

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

It looks good to me from the pipeline structure perspective, but have no idea on smRNAseq analysis 😄

.github/workflows/awsfulltest.yml Outdated Show resolved Hide resolved
@ewels
Copy link
Member

ewels commented Jun 10, 2021

Linting shows this:

Config variable not found in main.nf: params.gtf

Don't know if that needs checking before release?

@KevinMenden
Copy link
Contributor Author

Thanks both for having a look! Will see what's going on with that params.gtf later 👍

@KevinMenden
Copy link
Contributor Author

Turns out the gtf param is indeed not used at all, we only have a mirna_gtf param that we use. So I removed gtf and replaced it by mirna_gtf here: #91

@KevinMenden KevinMenden merged commit 03333bf into master Jun 15, 2021
@github-actions
Copy link

nf-core lint overall result: Passed ✅ ⚠️

Posted for pipeline commit b3f3e4d

+| ✅ 213 tests passed       |+
#| ❔   1 tests were ignored |#
!| ❗  12 tests had warnings |!

❗ Test warnings:

  • nextflow_config - Config manifest.version should end in dev: '1.1.0'
  • conda_env_yaml - Conda dep outdated: conda-forge::r-base=3.6.3, 4.1.0 available
  • conda_env_yaml - Conda dep outdated: conda-forge::r-statmod=1.4.32, 1.4.36 available
  • conda_env_yaml - Conda dep outdated: conda-forge::r-data.table=1.12.4, 1.14.0 available
  • conda_env_yaml - Conda dep outdated: conda-forge::r-gplots=3.0.1.1, 3.1.1 available
  • conda_env_yaml - Conda dep outdated: conda-forge::r-r.methodss3=1.7.1, 1.8.1 available
  • conda_env_yaml - Conda dep outdated: conda-forge::python=3.7.3, 3.9.4 available
  • conda_env_yaml - Conda dep outdated: conda-forge::markdown=3.1.1, 3.3.4 available
  • conda_env_yaml - Conda dep outdated: conda-forge::pymdown-extensions=6.0, 8.2 available
  • conda_env_yaml - Conda dep outdated: bioconda::seqkit=0.16.0, 0.16.1 available
  • conda_env_yaml - Conda dep outdated: bioconda::bioconductor-edger=3.26.5, 3.34.0 available
  • conda_env_yaml - Conda dep outdated: bioconda::bioconductor-limma=3.40.2, 3.48.0 available

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: lib/NfcoreSchema.groovy

✅ Tests passed:

Run details

  • nf-core/tools version 1.14
  • Run at 2021-06-15 12:11:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet