Skip to content

Commit 661d518

Browse files
committed
Remove author tags from source files (resolves #310)
1 parent 93380f6 commit 661d518

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

src/toil_scripts/adam_gatk_pipeline/align_and_call.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
# limitations under the License.
1515
#
1616
#!/usr/bin/env python2.7
17-
"""
18-
@author Frank Austin Nothaft [email protected]
19-
@date 12/30/2015
2017

18+
"""
2119
Pipeline to go from FASTQ to VCF using both the ADAM+HaplotypeCaller pipeline
2220
as well as the GATK best practices pipeline.
2321

src/toil_scripts/adam_pipeline/adam_preprocessing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@
1414
# limitations under the License.
1515
#
1616
#!/usr/bin/env python2.7
17+
1718
"""
1819
UCSC Computational Genomics Lab ADAM/Spark pipeline
1920
20-
@author Audrey Musselman-Brown, [email protected]
21-
@author Frank Austin Nothaft, [email protected]
22-
2321
Please see the README.md in the same directory
2422
2523
Toil pipeline for ADAM preprocessing

src/toil_scripts/gatk_processing/gatk_preprocessing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
# limitations under the License.
1515
#
1616
#!/usr/bin/env python2.7
17-
"""
18-
@author Jacob Pfeil
19-
@data 01/13/2016
2017

18+
"""
2119
Toil pipeline for processing bam files for GATK halpotype calling
2220
2321
1 = download shared data

src/toil_scripts/spark_utils/spawn_cluster.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16+
1617
"""
1718
Spawns a Spark cluster backed by HDFS.
18-
19-
@author Audrey Musselman-Brown, [email protected]
20-
@author Frank Austin Nothaft, [email protected]
2119
"""
2220

2321
import logging

0 commit comments

Comments
 (0)