-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Task updates w/ mitochondrial, etc. #5
base: master
Are you sure you want to change the base?
Conversation
#!/usr/bin/env python | ||
|
||
# Author: Jin Lee (leepc12@gmail.com) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a # Copied <git sha>
line here
) | ||
val nth: Int = 4, | ||
val chrsz: File, | ||
val mitoChrName: String = "chrM" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra line?
|
||
ls -lh $outputsDir/bowtie2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not needed?
from encode_lib_common import ( | ||
mkdir_p, log, ls_l, rm_f, strip_ext_fastq) | ||
from encode_lib_genomic import ( | ||
get_read_length, remove_chrs_from_bam, samstat, samtools_index) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from common.encode_common import *
from common.encode_common_genomic import *
No description provided.