Skip to content

Commit

Permalink
Remove author tags from source files (resolves #310)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Jun 20, 2016
1 parent 93380f6 commit 661d518
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions src/toil_scripts/adam_gatk_pipeline/align_and_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
# limitations under the License.
#
#!/usr/bin/env python2.7
"""
@author Frank Austin Nothaft [email protected]
@date 12/30/2015

"""
Pipeline to go from FASTQ to VCF using both the ADAM+HaplotypeCaller pipeline
as well as the GATK best practices pipeline.
Expand Down
4 changes: 1 addition & 3 deletions src/toil_scripts/adam_pipeline/adam_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@
# limitations under the License.
#
#!/usr/bin/env python2.7

"""
UCSC Computational Genomics Lab ADAM/Spark pipeline
@author Audrey Musselman-Brown, [email protected]
@author Frank Austin Nothaft, [email protected]
Please see the README.md in the same directory
Toil pipeline for ADAM preprocessing
Expand Down
4 changes: 1 addition & 3 deletions src/toil_scripts/gatk_processing/gatk_preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
# limitations under the License.
#
#!/usr/bin/env python2.7
"""
@author Jacob Pfeil
@data 01/13/2016

"""
Toil pipeline for processing bam files for GATK halpotype calling
1 = download shared data
Expand Down
4 changes: 1 addition & 3 deletions src/toil_scripts/spark_utils/spawn_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

"""
Spawns a Spark cluster backed by HDFS.
@author Audrey Musselman-Brown, [email protected]
@author Frank Austin Nothaft, [email protected]
"""

import logging
Expand Down

0 comments on commit 661d518

Please sign in to comment.