Skip to content

Commit

Permalink
Remove shebang line
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelDuffin committed Jul 8, 2024
1 parent b2afbec commit 8554149
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions ad_email/ad_email.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""
Email sending module. See Readme and docstrings for further details.
Contains the following classes:
Expand Down Expand Up @@ -65,7 +64,7 @@ def generate_email_html(
) -> str:
"""
Generate HTML. If unsuccessful, exit script
:param runfolder_name (str): Name of runfolder
:param runfolder_name (str): Runfolder name
:workflows (str): Comma separated string of workflow names
:queries (list): List of SQL queries
:sample_count (int): Total number of samples processed
Expand Down
1 change: 0 additions & 1 deletion ad_logger/ad_logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""
Automate demultiplex logging. Classes required for logging
"""
Expand Down
1 change: 0 additions & 1 deletion config/ad_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""
Automate demultiplex configuration. Contains general settings, and the following
classes collating the settings required per module:
Expand Down
1 change: 0 additions & 1 deletion config/log_msgs_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""
Config file for logging module. Contains settings specific to logging. The LOG_MSGS dictionary contains
both general messages which are used across multiple modules, and also logfile-specific messages:
Expand Down
1 change: 0 additions & 1 deletion config/panel_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
""" PANEL NUMBERS AND PANEL PROPERTIES
The panel config file contains the panel numbers and panel properties, which are used by the setoff_workflows script.
Expand Down
1 change: 0 additions & 1 deletion setoff_workflows/build_dx_commands.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""build_dx_commands.py
Builds dx commands for a runfolder. Contains the following classes:
Expand Down
1 change: 0 additions & 1 deletion setoff_workflows/pipeline_emails.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""pipeline_emails.py
Contains the PipelineEmails class for sending the start of pipeline emails.
Expand Down
1 change: 0 additions & 1 deletion setoff_workflows/setoff_workflows.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""setoff_workflows.py
Collect sequencing runs and initiate runfolder processing for those requiring
Expand Down
1 change: 0 additions & 1 deletion toolbox/toolbox.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""
This script contains functions and classes shared across scripts / modules. Contains the following classes:
Expand Down
1 change: 0 additions & 1 deletion upload_runfolder/upload_runfolder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/python3
"""
upload_runfolder.py Uploads an Illumina runfolder to DNAnexus. Contains the following classes:
Expand Down

0 comments on commit 8554149

Please sign in to comment.