Search Results

Search: Posts Made By: hravisankar
952
Posted By hravisankar
shell scripting
Hai,
How to remove the repeated 'Chr's in different sequences. In the given example, Chr11 is repeated in two samples with the same number i.e. 100949523. How to remove one of the entry in any of...
1,069
Posted By hravisankar
Shell scripting
The given file consists of two tags i.e., <free-energy> and <position> tag. I want the output like this. The tag <length> is not required to consider.

(General format of output)
free-energy no....
4,077
Posted By hravisankar
Shell scripting
The given file consists of two tags i.e., <free-energy> and <position> tag. I want the output like this. The tag <length> is not required to consider.

(General format of output)

free-energy no....
4,307
Posted By hravisankar
Calling perl script in shell program
How to call a perl script in shell program / shell scripting.

PLS HELP ME
2,364
Posted By hravisankar
conversion from ps to pdf
My folder contains many files with .ps extensions. How to convert all of these to .pdf at a time using a shell script /command.

Help me.
1,333
Posted By hravisankar
Removing repeates sequences
Hai,
How to remove the repeated 'Chr's in different sequences. In the given example, Chr19 is repeated in two samples
with the same number i.e. +52245923. How to remove one of the entry in any of...
1,776
Posted By hravisankar
Problem in reading largers sequences
Thanks a lot for this script. It worked well with small data file. My datafiles file1 and file2 contains minimum 370MB. when I execute this command, after 5 minutes i am getting $ prompt without any...
1,776
Posted By hravisankar
Shell scripting for this sequence to compare
I have two input files (given below) and to compare each line of the File1 with each line of File2 starts with '>sample1'. If a match occurs and that matched line in the File2 contains another line...
2,224
Posted By hravisankar
Reading input line problem
Thank u very much for your reply. I used as u specified "$line" in samtools command like samtools faidx Bos_taurusUMD3.fa "$line";

It is giving out like this. Sequence was not given. it displays ...
1,269
Posted By hravisankar
Reading input line problem
Thank u very much for your reply. I used as u specified "$line" in samtools command like samtools faidx Bos_taurusUMD3.fa "$line";

It is giving out like this. Sequence was not given. it displays ...
2,310
Posted By hravisankar
Reading input line problem
Thank u very much for your reply. I used as u specified "$line" in samtools command like samtools faidx Bos_taurusUMD3.fa "$line";

It is giving out like this. Sequence was not given. it displays ...
2,224
Posted By hravisankar
Shell scripting problem
My input file (data1) is like this
Chr8:4000-4500
Chr10:4000-4600

I written a shell program like this.
while read LINE;
do echo "$LINE";
samtools faidx Bos_taurusUMD3.fa "$line";
done <...
1,269
Posted By hravisankar
Shell scripting problem
My input file (data1) is like this
Chr8:4000-4500
Chr10:4000-4600

I written a shell program like this.
while read LINE;
do echo "$LINE";
samtools faidx Bos_taurusUMD3.fa "$line";
done <...
2,310
Posted By hravisankar
Shell scripting problem
My input file (data1) is like this
Chr8:4000-4500
Chr10:4000-4600

I written a shell program like this.
while read LINE;
do echo "$LINE";
samtools faidx Bos_taurusUMD3.fa "$line";
done <...
2,224
Posted By hravisankar
Shell scripting : Help Me for this sequence
I have two input files (given below) and to compare each line of the File1 with each line of File2 starts with '>sample1'. If a match occurs and that matched line in the File2 contains another line...
1,269
Posted By hravisankar
Shell scripting : pls help me
I have an input file in this format (shown below). I have to select the lines which doesnt followed by 'miR-" and to save such lines into an output file. For easy identification they are shown here...
2,310
Posted By hravisankar
Regular Expression problem
I have two input files (given below) and to compare each line of the File1 with each line of File2 starts with '>sample1'. If a match occurs and that matched line in the File2 contains another line...
1,051
Posted By hravisankar
Reading expression problem
I want to read a file -line by line which consists of the following statements
Chr18:4000-4010
Chr20:4020-4030
Chr15:8000-8050

Pls. give a expression to read the line like this from a file

...
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 03:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy