Skip to content

Run Multiple Fastq files in DNA mode #1598

Answered by mizraelson
thelingxichen asked this question in Q&A
Discussion options

You must be logged in to vote

I recommend renaming files (or creating links with different names), placing them in the same directory, and using a wildcard:

If you have files like:

SRR7159837_R1.fastq.gz
SRR7159837_R2.fastq.gz
SRR7159836_R1.fastq.gz
SRR7159836_R2.fastq.gz

You can run:

mixcr analyze 10x-sc-5gex \
    -s hsa \
    --rna \
    --threads 4 \
    --force-overwrite \
    SRR{{a}}_{{R}}.fastq.gz \
   GSM3140593/GSM3140593

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mizraelson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #498 on March 22, 2024 15:28.