Skip to content
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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

[WIP] Task updates w/ mitochondrial, etc. #5

wants to merge 15 commits into from

Conversation

jackh726
Copy link
Contributor

No description provided.

@jackh726 jackh726 changed the title Task updates w/ mitochondrial, etc. [WIP] Task updates w/ mitochondrial, etc. Nov 21, 2020
tasks/bowtie2/src/encode_lib_blacklist_filter.py Outdated Show resolved Hide resolved
tasks/bowtie2/src/encode_lib_common.py Outdated Show resolved Hide resolved
tasks/bowtie2/src/encode_lib_frip.py Outdated Show resolved Hide resolved
tasks/bowtie2/src/encode_lib_genomic.py Outdated Show resolved Hide resolved
tasks/bowtie2/src/encode_lib_log_parser.py Outdated Show resolved Hide resolved
tasks/bowtie2/src/encode_lib_qc_category.py Outdated Show resolved Hide resolved
#!/usr/bin/env python

# Author: Jin Lee (leepc12@gmail.com)

Copy link
Contributor Author

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"

Copy link
Contributor Author

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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably not needed?

Comment on lines 8 to 11
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)
Copy link
Contributor Author

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 *

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants