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

selenocysteines are not being replaced #7

Open
guyleonard opened this issue Mar 5, 2015 · 1 comment
Open

selenocysteines are not being replaced #7

guyleonard opened this issue Mar 5, 2015 · 1 comment

Comments

@guyleonard
Copy link
Owner

I have a sed command that is supposed to check for selenocysteine (U) and other junk in the sequence files of each run - as MAFFT has a hissy fit when it sees them and the "--anysymbol" seems to produce shit alignments. The consequence is zero-sized files and then downstream programs quit/crash and then the pipeline fails. needs to be sorted! 1) make sure the U and non-IUPAC protein codes are repalced by X and 2) fail gracefully!!!!!

@guyleonard
Copy link
Owner Author

the | is potentially causing issues!?

        # sed -i '/^>/!s/U/X/g' *.fas - works fine...

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

1 participant