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

Using fosmid end files #7

Open
chklopp opened this issue Dec 15, 2020 · 2 comments
Open

Using fosmid end files #7

chklopp opened this issue Dec 15, 2020 · 2 comments

Comments

@chklopp
Copy link

chklopp commented Dec 15, 2020

Could you give examples for the file name and sequence names of fosmids ends?

I was rather surprised to read the comment of the get_fosmid_end_name function

def get_fosmid_end_name(string):
"""
This function is very unstable and currently needs to be manually changed for every FabFos run
"""
# PPSLIBM-08-H17_F.ab1
full_name = string.split('.')[0]
prefix = full_name.split('-')[0]
# print "string= ", string, "\tfull= ", full_name, "\tprefix= ", prefix
name, direction = full_name.split('_')
# name = prefix + '.' + name
return name

Do you mean, we have to create a new Fabfos.py for each run?

@cmorganl
Copy link
Collaborator

Hi, sorry about the issues you're having.

This pipeline has only been used internally at the lab and I don't dedicate much time to it's upkeep unless a colleague reports a problem. The pipeline is dependent on some internal formats and so I'm not surprised by it causing you so many issues. The function's docstring is in reference to these internal standard formats.

Is there a reason you've chosen to use FabFos? I hate to leave it in an unusable state but I don't have time to make it more flexible.

Best,
Connor

@chklopp
Copy link
Author

chklopp commented Dec 16, 2020

We are benchmarking Fabfos and other tools used to assemble fosmids for an article.

Tony-xy-Liu added a commit that referenced this issue Jun 21, 2024
Conda channel name change
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

No branches or pull requests

2 participants