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

demultiplexing - not all indexes unique #5

Open
givdieri opened this issue Sep 5, 2023 · 1 comment
Open

demultiplexing - not all indexes unique #5

givdieri opened this issue Sep 5, 2023 · 1 comment

Comments

@givdieri
Copy link

givdieri commented Sep 5, 2023

Index fasta file for demultiplexing produces an error when using mixed end of line styles: \r \n
Issue resolved by using windows-style at every line end.

@anslan
Copy link
Member

anslan commented Oct 26, 2023

Windows-style line ends are "\r\n" and this should be fine in the demultiplexing step when cheking the provided index file. Nowadays, Unix and Mac should have the same 'line end style': only \n - which is also fine.
The issue may arise when using Mac OS 9 or earlier for generating the index file.
PipeCraft2 is supported on macOS 10.15+

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