@JohanI want to run cuffdiff for groups. do you think the below command works?
cuffdiff -o diff_out4 -b ../genome/ce10.fa -p 2 -L SRR493359,SRR493360,SRR493361,SRR493363,SRR493364,SRR493365 -u merged_asm/merged.gtf ../tophat/em/SRR493359_thout/accepted_hits.bam, ../tophat/em/SRR493360_thout/accepted_hits.bam, ../tophat/em/SRR493361_thout/accepted_hits.bam ../tophat/la/SRR493363_thout/accepted_hits.bam, ../tophat/la/SRR493364_thout/accepted_hits.bam, ../tophat/la/SRR493365_thout/accepted_hits.bam
I think that the labels are labels for conditions, which -at present- are two (e.g. treated and control). So, I would go for alternative 1.
You are right, I just finished experimenting with this myself before seeing your comment. I added it as a answer below, for future reference.