-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove author tags from source files (resolves #310)
- Loading branch information
Showing
4 changed files
with
4 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|