Skip to content

Commit 14c29a6

Browse files
committed
Add authors and licenses to scripts in bin/ where missing
1 parent de0c007 commit 14c29a6

File tree

9 files changed

+21
-0
lines changed

9 files changed

+21
-0
lines changed

bin/deseq2_qc.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env Rscript
22

3+
# Written by Harshil Patel and released under the MIT license.
4+
35
################################################
46
################################################
57
## REQUIREMENTS ##

bin/dupradar.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env Rscript
22

3+
# Written by Phil Ewels and released under the MIT license.
4+
35
# Command line argument processing
46
args = commandArgs(trailingOnly=TRUE)
57
if (length(args) < 5) {

bin/fasta2gtf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python3
2+
3+
# Written by Pranathi Vemuri and released under the MIT license.
4+
25
"""
36
Read a custom fasta file and create a custom GTF containing each entry
47
"""

bin/fastq_dir_to_samplesheet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python3
22

3+
# Written by Harshil Patel and released under the MIT license.
4+
35
import os
46
import sys
57
import glob

bin/filter_gtf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
3+
# Written by Olga Botvinnik with subsequent reworking by Jonathan Manning. Released under the MIT license.
4+
25
import logging
36
import argparse
47
import re

bin/mqc_features_stat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env python
22

3+
# Written by Senthilkumar Panneerselvam and released under the MIT license.
4+
35
import argparse
46
import logging
57
import os

bin/summarizedexperiment.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env Rscript
22

3+
# Written by Lorena Pantano and released under the MIT license.
4+
35
library(SummarizedExperiment)
46

57
## Create SummarizedExperiment (se) object from counts

bin/tx2gene.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/usr/bin/env python
2+
3+
# Written by Lorena Pantano with subsequent reworking by Jonathan Manning. Released under the MIT license.
4+
25
import logging
36
import argparse
47
import glob

bin/tximport.r

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/usr/bin/env Rscript
22

3+
# Written by Lorena Pantano and released under the MIT license.
4+
35
library(SummarizedExperiment)
46
library(tximport)
57

0 commit comments

Comments
 (0)