Skip to content

Chambers Yamasaki #8#6

Open
jchambe5 wants to merge 12 commits into
lyy005:masterfrom
jchambe5:master
Open

Chambers Yamasaki #8#6
jchambe5 wants to merge 12 commits into
lyy005:masterfrom
jchambe5:master

Conversation

@jchambe5

Copy link
Copy Markdown

No description provided.

Comment thread Question1.py
#assign regex to variable names

TXnames=r"[Cc][Ff](07)?\.[Aa](2)?"
FLnames=r"[Cc][Ff]\.[Gg][Aa2](Ii)?"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

r"[Cc][Ff].[Gg]Aa2?" could just substitute cf.gai.021 to Cf.Gaii.021

So you want to use r"[Cc][Ff].(G2|GAI|gai)" to replace the whole Gai part.

Comment thread Question1.py
#Close files
vcffile.close()
outfile.close()

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Good job

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.

3 participants