OK sorry I'll try to be more clear:
I have split a big fastq file in more little fastq:
split -l 50000 fastqfile.fastq
this split the big fastq producing different fastq file of 50000 lines:
"xaa","xab","xac","xad","xae","xaf","xag","xah","xai" (fwith split command they don't have extension but they actually are .fastq )
then I write two command in a xaa.sh file for get the fasta from the fastq and then blast it.
Now, I would write a script in python top avoid to do this task for each mini-fastq.
My script actually works fine! I was only looking for a better alternatives!
Hello damiano.bassani!
We believe that this post does not fit the main topic of this site.
Not really a bioinformatics question, this is about either python or shell scripting.Context has since been added in a comment, making this somewhat more relevant (those disagreeing are free to revert my reopening).For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!