Does PLINK2 have the function of batch processing ?
Hi, As the title shows,I have thousands of input files of the same type and I want to execute the same command on all of them.Is there a convenient way for plink2 to do that?
batch
processing
plink2
• 1,270 views
•
link
updated
by
Dave Carlson
•
written
by
Julia_W •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How to replace the headers in a fasta files with same keyword?
written by sunnykevin97Hi I have thousands(1000's) of fasta files in one directory, I want to replace all the fasta file headers with the same keyword **>Gast_superba** ?? …
-
Unrecognized flag in Plink2
written by Abbas.M •Hello all, I have been trying to calculate linkage disequilibrium on plink2 in linux, but it is constantly showing an error, following is my command …
-
How do you get input files to a cromwell server
written by IrsanI make use of cromwell in server mode to execute bioinformatics data processing pipelines written in widdle (.wdl = workflow description language). The machine from …
-
samtools manipulation of bowtie output with suppressed fields
written by Sjannie Lefevre •Hi I am trying to create alignments from an riboseq experiment using bowtie1 (Bowtie/1.2.2-foss-2018b) on a HPC Linux cluster. Goal is downstream analysis using the …
-
How to calculate read frequency from raw count data
written by vkgaur25 •Hi all I am dealing with RNA Seq data and I have raw read counts of 13 samples. I want to have a read frequency …
-
How can I run lastz on multiple files using a bash loop and an associative array?
written by SaltedPorkThe lastz command will look like: lastz reference.fasta sample.fasta --ambiguous=IUPAC --format=GENERAL > output.fasta I need to run lastz once for every sample file, because each …
-
Variant Analysis on MiSeq Data
written by gkuffel22 •Hi everyone, I am trying to figure out the most efficient method to perform variant analysis on a large dataset. I have 200 samples and …
-
annotating MAF files
written by newDNASeqerI've read quite a few posts on this forum on MAF files: https://www.biostars.org/p/69222/ and https://www.biostars.org/p/74822/ But one thing I do not understand is why people …
-
Bigwig To Wig On Galaxy
written by spacemorrissey<p>I would like to use the Aggregate Datapoints tool in Galaxy to calculate the average signal score over a number of intervals. Unfortunately this tool …
-
Forum: Perl:Sorting And Merging Files
written by deepthitheresa •Hi all, I have around 10,000 files having KB sizes. All files contains same type and number of tab separated records. I want to merge …
hum... use a loop ? https://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO-7.html
Sounds like a situation that calls for something like GNU parallel. Here is a detailed discussion of some bioinformatics use cases of GNU parallel:
Gnu Parallel - Parallelize Serial Command Line Programs Without Changing Them