Skip to content

Commit

Permalink
Put in links
Browse files Browse the repository at this point in the history
  • Loading branch information
apeltzer committed Oct 8, 2024
1 parent df38996 commit 351b8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/collapse_mirtop.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env Rscript

# Written by Lorena Pantano and released under the MIT license. See LICENSE for details.
# Written by Lorena Pantano and released under the MIT license. See LICENSE https://github.com/nf-core/smrnaseq/blob/master/LICENSE for details.

library(data.table)
# Command line arguments
Expand Down
2 changes: 1 addition & 1 deletion bin/edgeR_miRBase.r
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/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. See LICENSE for details.
# Contributions by Alexander Peltzer, Anabella Trigila, James Fellows Yates, Sarah Djebali, Kevin Menden, Konrad Stawinski and Lorena Pantano also released under the MIT license. See LICENSE https://github.com/nf-core/smrnaseq/blob/master/LICENSE for details.

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

0 comments on commit 351b8a8

Please sign in to comment.