Skip to content

Conversation

@eernst
Copy link

@eernst eernst commented Jan 11, 2017

The previous regular expression caused problems with input filenames containing the substring "pp" because the "." characters in the pattern were not escaped. Also enforce the appearance of ".pp." just before the fastq or fq extensions.

The previous regular expression caused problems with input filenames containing the substring "pp" because the "." characters in the pattern were not escaped. Also enforce the appearance of ".pp." just before the fastq or fq extensions.
@MichaelHiller
Copy link
Contributor

Dear eernst,

thanks a lot for pointing out this problem. However, your bugfix still caused problems, e.g. in the cat command which would have created a single file containing the raw and preprocessed reads for indexing.

We have fixed the problem now by adding the string SGAICE to all temporary files. And the script error-exits in case the user inputs files that have this string.

Let us know if there are any other issues

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