fastq extraction command
Hi All, I have many fastq.gz files that I want to extract them from one directory to another one. Can you please tell me which linux command I should use? Thank you
assembly
• 1,150 views
•
link
updated
by
GenoMax
•
written
by
mustafa_aljadi •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to execute one command on all files within a directory
written by KumarHi, I have several .fastq (R1 and R2) files in a directory. For example files: 9-Lmm05-P1413070_S9_L001_R1_001.fastq.gz, 9-Lm05-P1413070_S9_L001_R2_001.fastq.gz. I want to run the following command for …
-
Linux command to delete empty fastq.gz files
written by twangxxx •Hi all, I am wondering how to use **Linux command to remove all the fastq.gz files within a folder**. As the compressed fastq.gz has a …
-
How to move multiple files to multiple folders in linux/mac?
written by anikcropscience •Hello, I have a folder containing *.fastq.gz files (R1 and R2) for many samples. For example, in the folder "Raw_WGS", I have several files like …
-
Extract CSV and SAM
written by mustafa_aljadi •Dear All I used CLC workbench to BLAST after I got my results I wanted to extract the result as CSV or Excel file. But …
-
Remove contigs that are lower than 200
written by Bioinfo •Hello , i have e a file contain 2805 contigs the shortest one have a size of 37 Nucleotide and i want to delete all …
-
fastq-dump -I --split-files
written by mustafa_aljadi •Hey All, I am trying to do RNA seq on CLC, but before transfer my data to the program I need to split the reads …
-
extracting DNA sequnces from multiple fastq.gz files
written by abdul.karim •I have raw DNA sequences in multiple files as under. xxxxxx1.R1.fastq.gz xxxxxx2.R1.fastq.gz xxxxxx3.R1.fastq.gz xxxxxx4.R1.fastq.gz xxxxxx5.R1.fastq.gz I can extract the DNA raw reads from a single …
-
Vcftools gives error when extracting snps
written by BAGenoHi, I want to extract SNPs from vcf based on list of rsids. From this I used command `vcftools --vcf <vcf_file> --snps <rsID_filename> --recode --recode-INFO-all` …
-
CMG biotool installation steps
written by archana.bioinfo87Hi All, I want to use CMG-biotools. Any one please tell me the steps how I can install it in linux and use it. Thanks
-
Extract files with xxx_somenumber_yyyy.zzz.vcf
written by shanika.amarasinghe •Hi, I need help please... :( I created the following code to extract .vcf files from sub directories in a directory ``` time find /<location …
You may need learn some basic shell commands first. for example, google "shell command learn"
if that doesn't work (perhaps because you don't have write permission to the original file location), you could try:
By the way, this isn't really a bioinformatics question. It's rather a linux how to move or copy a file question. As was suggested by @shenwei356, you can probably figure this out on your own with a little effort.
I think OP is asking about keeping a copy of the original gzipped file and this is what should do the trick: https://unix.stackexchange.com/questions/156261/unzipping-a-gz-file-without-removing-the-gzipped-file