Redirect output from MIXCR
2
0
Entering edit mode
5.0 years ago
jh ▴ 40

Hi,

I am including MIXCR in a snakemake pipeline, and would like to know how to redirect the output files to a specified path. I can't seem to find this info in the documentation. https://mixcr.readthedocs.io/en/master/quickstart.html

Does anyone know?

Thanks in advance

RNA-Seq • 1.2k views
ADD COMMENT
0
Entering edit mode
3.6 years ago
mrkt • 0

If your command is: mixcr analyze amplicon -s <species> \ --starting-material <startingmaterial> \ --5-end <5End> --3-end <3End> \ --adapters <adapters> \ [OPTIONS] input_file1 [input_file2] analysis_name

then set analysis_name as path/to/analysis/analysis_name

ADD COMMENT
0
Entering edit mode
15 months ago
mizraelson ▴ 60

Just add the path as a part of the prefix for output files:

e.g.

mixcr analyze generic-tcr-amplicon \
    --species hsa \
    --rna \
    --floating-left-alignment-boundary \
    --floating-right-alignment-boundary C \
      sample_R1.fastq.gz \
      sample_R2.fastq.gz \
      /path/to/output/folder/sampleName
ADD COMMENT

Login before adding your answer.

Traffic: 2052 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6