Hello,
I’m following your metaphlan tutorial with my own samples. In the tutorial for viral profiling, the tutorial states: To profile a sample, simply add the --profile_vsc option to the standard command.
Below is my metaphlan command where my input is in the format of sample###.fq :
metaphlan "$input_file" \
--input_type fastq \
--mapout "$bowtie2_output" \
--nproc 32 \
--db_dir "$db" \
--index mpa_vJan25_CHOCOPhlAnSGB_202503 \
-o "$output_txt" \
-t rel_ab_w_read_stats \
--profile_vsc \
--vsc_out "$metaphlan_output_dir/${sample}_profiled.vsc.txt"
And I’m getting the following error:
[Error] The Viral Sequence Clusters mode with fasta files requires to specify a SAM output file with the -s parameter
Stop execution.