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

Shortcuts for frequently used sets of settings #35

Closed
dbolotin opened this issue Sep 25, 2015 · 1 comment
Closed

Shortcuts for frequently used sets of settings #35

dbolotin opened this issue Sep 25, 2015 · 1 comment

Comments

@dbolotin
Copy link
Member

Like

rna = -OvParameters.geneFeatureToAlign=VTranscript
full-length = ...
short-full-length = full_length - FR4
dont-cluster = ....

Possible usage:

mixcr align -:rna -:dont-cluster ...

here dont-cluster will be skipped, as it affects only assembling stage, but by permitting such things we will allow to set the same set of parameters for all stages, in the end it will simplify implementation of #14 to be in the following form:

mixcr analyse -r report.txt -:compress-intermediate -:rna -:dont-cluster my_name_R1.fastq.gz my_name_R2.fastq.gz

which will produce the following set of files:

my_name.vdjca.gz
my_name.clns.gz
my_name.txt
report.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants