Skip to content

Add licences and authorship information #464

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

Merged
merged 2 commits into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [[#457]](https://github.com/nf-core/smrnaseq/pull/457) - QC all input [fasta files and clean them](https://github.com/nf-core/smrnaseq/issues/455).
- [[#459]](https://github.com/nf-core/smrnaseq/pull/459) - Update modules and subworkflows [and fix linting](https://github.com/nf-core/smrnaseq/issues/458).
- [[#462]](https://github.com/nf-core/smrnaseq/pull/462) - Remove automatic wrapping of fasta files by `seqkit replace`. Minor documentation updates.
- [[#465]](https://github.com/nf-core/smrnaseq/issues/465) - Added proper licences and authorship information to scripts in `bin` folder

### Software dependencies

Expand Down
3 changes: 3 additions & 0 deletions bin/collapse_mirtop.r
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env Rscript

# Written by Lorena Pantano and released under the MIT license.

library(data.table)
# Command line arguments
args = commandArgs(trailingOnly=TRUE)
Expand Down
3 changes: 3 additions & 0 deletions bin/edgeR_miRBase.r
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env Rscript

# Originally written by Phil Ewels and Chuan Wang and released under the MIT license.
# Contributions by Alexander Peltzer, Anabella Trigila, James Fellows Yates, Sarah Djebali, Kevin Menden, Konrad Stawinski and Lorena Pantano also released under the MIT license.

# Command line arguments
args = commandArgs(trailingOnly=TRUE)

Expand Down
Loading