Skip to content

Commit 515ef63

Browse files
authored
refactor: Remove file names (#4)
* chore: remove direct mention of file names * refactor: remove mention of file names in usage functions
1 parent 6a7a909 commit 515ef63

12 files changed

+15
-15
lines changed

JobSubmission/BS-Seq/1_binarize_WGBS_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
1_binarize_WGBS_data.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Create binary files for dense and sparse regions of methylation
2020
from whole genome bisulphite sequencing bed files. Bed files are expected to be

JobSubmission/BS-Seq/2_binarize_oxBS_5mC_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
2_binarize_oxBS_5mC_data.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Create binary files for dense and sparse regions of 5mC from
2020
oxidative bisulphite sequencing bed files. Bed files are expected to be in the

JobSubmission/BS-Seq/3_binarize_pure_5hmC_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
3_binarize_pure_5hmC_data.
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Create binary files for dense and sparse regions of 5hmc using a
2020
combination of whole genome bisulphite sequencing and oxidative bisulphite

JobSubmission/ONT/1_purify_reads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
1_purify_reads.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Filters input ONT file on sites that are significantly methylated
2020
Optional argument: -c -> train erroneous reads probability on CpGs in CGIs only

JobSubmission/ONT/2_binarize_reads.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
2_binarize_reads.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Turns processed ONT data into dense and sparsed ChromHMM compliable
2020
binarized data.

JobSubmission/Peaks_to_Binary/1_convert_MACS_to_binary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
1_convert_MACS_to_binary.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Converts narrow peak or broad peaks to binary format for chromHMM
2020
Author: Sam Fletcher

JobSubmission/supplementary/a_erroneous_rate_plot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
a_erroneous_rate_plot.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Outputs plots that show how approximated erroneous methylation call
2020
probability changes with read depth/methylation percent thresholds.

JobSubmission/supplementary/b_CpG_robustness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
b_CpG_robustness.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Calculates the correlation of percent methylation seen in local
2020
clusters of CpGs. High correlation suggests robustness in basecalling.

JobSubmission/supplementary/c_WGBS_comparison.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
c_WGBS_comparison.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Creates several plots comparing a two bed files. One for ONT, the
2020
other for WGBS data.

JobSubmission/supplementary/d_oxBS_comparison.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
usage() {
1515
cat <<EOF
1616
================================================================================
17-
d_oxBS_comparison.sh
17+
$(basename "$0")
1818
================================================================================
1919
Purpose: Creates several plots comparing a two bed files. One for ONT, the
2020
other for oxBS data.

0 commit comments

Comments
 (0)