Skip to content

Commit 9f5620c

Browse files
authored
Cleanup file headers: remove license and author contact information (#245)
* Remove copyright headers. * Repace `contact` with `original author` & remove email address. * Remove "Original author" headers.
1 parent 720edac commit 9f5620c

234 files changed

Lines changed: 0 additions & 692 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dockerfiles/melt/run_MELT_2.0.5.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# gnomAD SV Discovery #
55
#############################
66

7-
# Copyright (c) 2017 Ryan L. Collins
8-
# Distributed under terms of the MIT License (see LICENSE)
9-
# Contact: Ryan L. Collins <rlcollins@g.harvard.edu>
107
# gnomAD credits: http://gnomad.broadinstitute.org/
118

129
# Wrapper to run MELT (Gardner et al., Unpublished)

dockerfiles/rdpesr/Modify_vcf_by_steps.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright © 2017 Matthew Stone <mstone5@mgh.harvard.edu>
5-
# Distributed under terms of the MIT license.
64

75
"""
86
"""

src/RdTest/localize_bincov.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
#
33
# localize_bincov.sh
44
#
5-
# Copyright (C) 2018 Matthew Stone <mstone5@mgh.harvard.edu>
6-
# Distributed under terms of the MIT license.
75

86
set -e
97

src/WGD/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/WGD/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# WGD
22
**W**hole-**G**enome **D**osage: a suite of tools to evaluate dosage in whole-genome sequencing libraries
33

4-
**Contact:** Ryan Collins (rlcollins@g.harvard.edu)
5-
6-
All code copyright (c) 2018 Ryan Collins and is distributed under terms of the MIT license.
7-
84
---
95
## Table of Contents
106
#### Examples

src/WGD/bin/WGDSampleSummaries.R

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

3-
# Copyright (c) 2017 Ryan L. Collins <rlcollins@g.harvard.edu>
4-
# Distributed under terms of the MIT license.
5-
63
# Wrapper for WGD R companion library (WGDR) function
74
# WGD.sample.summaryplots.R to generate WGD summary plots
85
# for a set of libraries in a given coverage matrix

src/WGD/bin/binCov.py

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

3-
# Copyright (c) 2017 Ryan Collins <rcollins@chgr.mgh.harvard.edu>
4-
# Distributed under terms of the MIT license.
5-
63
"""
74
Calculates non-duplicate primary-aligned binned coverage
85
of a chromosome from an input BAM file

src/WGD/bin/binCov_batch.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2017 Ryan Collins <rlcollins@g.harvard.edu>
4-
# Distributed under terms of the MIT license.
5-
63
# Batch script to iterate binCov over a supplied list of contigs
74

85
set -e

src/WGD/bin/cleancnMOPS.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2017 Ryan Collins <rlcollins@g.harvard.edu>
4-
# Distributed under terms of the MIT license.
5-
63
# Simple script to split cn.MOPS calls by sample and copy state and merge
74
# across multiple runs (e.g. at different resolutions)
85

src/WGD/bin/cnMOPS_workflow.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/bash
22

3-
# Copyright (c) 2017 Ryan Collins <rlcollins@g.harvard.edu>
4-
# Distributed under terms of the MIT license.
5-
63
# Wrapper script to run cn.MOPS workflow from a list of binCov input files
74

85
set -e

0 commit comments

Comments
 (0)