Search Results

Search: Posts Made By: hmortens
10,431
Posted By hmortens
wow. communication breakdown. Part of the...
wow. communication breakdown. Part of the difficulty may be that the input is large, genomic files and the various output of each program is statistical in nature. I did not think this was of...
10,431
Posted By hmortens
how would you integrate this with summary.txt in...
how would you integrate this with summary.txt in this example?
I am guessing I would put the for ... in ...
do
# All commands get piped through egrep, which then prints to stdout
...
10,431
Posted By hmortens
is it possible to organize it real time? like as...
is it possible to organize it real time? like as it is being written to file?

Here is the code for CutAdapt, where the /Processed reads/ and /Trimmed reads/ come from:
#run CutAdapt to trim...
10,431
Posted By hmortens
Ah. The file stout.miRNA.bash.$date_formatted is...
Ah. The file stout.miRNA.bash.$date_formatted is capturing the stdout from all three programs. I am trying to extract lines from the Cutadapt stdout and the sRNAbench stdout here. The fastQC is...
10,431
Posted By hmortens
I am not familiar with VAR. But the...
I am not familiar with VAR. But the stout.miRNA.bash.$date_formatted is where /Processed reads/ and /Trimmed reads/ comes from. It was buried in my previous posting. The first few lines of the file...
10,431
Posted By hmortens
Yes. I need to integrate the two output files, ...
Yes. I need to integrate the two output files,
summary.fastqc.$date_formatted
stout.miRNA.bash.$date_formatted
so each iteration (sample info) gets printed to file, as in my example:PASS Basic...
10,431
Posted By hmortens
Ok. Here is my code #!/bin/sh -f ...
Ok. Here is my code #!/bin/sh -f

date_formatted=$(date +%m_%d_%y)
#outputDir=$1
speciesBuild=$1
speciesAbbrev=$2

...
10,431
Posted By hmortens
ok I spent ages on my reply and then lost it when...
ok I spent ages on my reply and then lost it when trying to post, so here it is again. bah...
You had asked

Apologies for not being totally clear. I currently have a bash script that is run...
10,431
Posted By hmortens
Redirecting stdout inside a loop
hi,
OK. I am writing a bash script, and it is almost working for me.
Problem 1: I currently have stout sent to a file (stout.miRNA.bash.$date_formatted) which I would like to have work inside my...
1,477
Posted By hmortens
thanks, I updated my input description.
thanks, I updated my input description.
1,477
Posted By hmortens
Help with Shell Script to identify lines in file1 and write them to file2
Hi,
I am running my pipeline and capturing all stout from multiple programs to a .txt file. I want to go into that .txt file and search for specific lines, and finally print those lines in a second...
Showing results 1 to 11 of 11

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