Skip to content

Commit

Permalink
Add licences and authorship information
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Oct 6, 2024
1 parent b256137 commit e76423d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
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.
- 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

0 comments on commit e76423d

Please sign in to comment.