Entering edit mode
3.9 years ago
SurdanBurasi
•
0
Hello, I'm trying to use the parallel command to use GATK tools faster. However, I cannot set the F1 and F2 parameters in the FastqToSam tool. How can I do that? The method I'm trying is this:
ls ~/fastqfolder/*R1* | parallel --bar -j 8 "gatk FastqToSam -F1 {} -F2 {} -O {}.sam
I can export the F1 file with this command, but I couldn't figure out how to export the F2 file. Can you help me?
it's amazing working. thank you very much :)