Closed Scott-Godwin closed 1 year ago
No, that option is not available. Good idea to implement that in the future.
A workaround is to create a text file with the command for each file on separate line. Change the properties of the file to "executable" and run the file with the command ./text_file
On 8/11/2022 1:07, Scott-Godwin wrote:
Is it possible to run amplicon_sorter with multiple input files, and have each one output to a separate directory?
My amplicon sequencing work usually involves using barcoded libraries consisting of multiple samples. After demultiplexing, I have multiple .fasta files, each containing a set of reads for one sample. So far the only way I have found to generate a consensus for each of these is to run amplicon sorter repeatedly, once for each barcode.
— Reply to this email directly, view it on GitHub https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Favierstr%2Famplicon_sorter%2Fissues%2F6&data=05%7C01%7CAndy.Vierstraete%40ugent.be%7Cfaafbfdf816f488a4e9408dac11d4037%7Cd7811cdeecef496c8f91a1786241b99c%7C1%7C0%7C638034628612038950%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=uMfjQR8ib%2B5LAj%2F9ou%2F1dp6n9N5jx5dT%2BT6GRI5g61k%3D&reserved=0, or unsubscribe https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAINKGYS5W2KKSVGUWCBAPTTWHGKUTANCNFSM6AAAAAARZXPJZQ&data=05%7C01%7CAndy.Vierstraete%40ugent.be%7Cfaafbfdf816f488a4e9408dac11d4037%7Cd7811cdeecef496c8f91a1786241b99c%7C1%7C0%7C638034628612038950%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=KhCTKmr6s9NLB%2FQhbqXaamX6XoEmBuvNLHcnf%2FS0Zsg%3D&reserved=0. You are receiving this because you are subscribed to this thread.Message ID: @.***>
--
Andy Vierstraete Department of Biology University of Ghent K.L.Ledeganckstraat 35 9000 Gent Belgium phone : 09-264 52 66 http://users.ugent.be/~avierstr http://www.DNA.ugent.be
Excellent suggestion. Thank you! I'm working in an Ubuntu terminal. Making a text file with each command on a separate line and pasting it directly into the command line works.
This option is implemented in version 2023_03_24.
Is it possible to run amplicon_sorter with multiple input files, and have each one output to a separate directory?
My amplicon sequencing work usually involves using barcoded libraries consisting of multiple samples. After demultiplexing, I have multiple .fasta files, each containing a set of reads for one sample. So far the only way I have found to generate a consensus for each of these is to run amplicon sorter repeatedly, once for each barcode.