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

Optionally output the matching sequences to a separate file #21

Closed
torognes opened this issue Jun 10, 2021 · 2 comments
Closed

Optionally output the matching sequences to a separate file #21

torognes opened this issue Jun 10, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@torognes
Copy link
Member

torognes commented Jun 10, 2021

Optionally, CompAIRR should output the matching sequences to a separate TSV file for any matching pair from set A and set

@torognes torognes added the enhancement New feature or request label Jun 10, 2021
@torognes torognes self-assigned this Jun 10, 2021
@torognes
Copy link
Member Author

torognes commented Jun 10, 2021

Columns that be should be output:

  • A: repertoire_id
  • A: sequence_id
  • A: duplicate_count
  • A: v_call
  • A: j_call
  • A: junction_aa
  • B: repertoire_id
  • B: sequence_id
  • B: duplicate_count
  • B: v_call
  • B: j_call
  • B: junction_aa

Perhaps these values should be output as well?

  • number of differences?
  • alignment (CIGAR)?

@torognes
Copy link
Member Author

Option -p FILENAME or --pairs FILENAME can now be specified to list the matching pairs to a file.

It may take a long time if there are many matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant