Search Results

Search: Posts Made By: jdilts
2,508
Posted By jdilts
@Aia. omg duh. you are so right.
@Aia. omg duh. you are so right.
2,508
Posted By jdilts
How to create a variable without multiple concats in a perl scripts that makes a bsub?
The red text at the bottom represents the three lines I want to address.
I'm dynamically creating a bsub with a perl script and would like to create the fasta_16S variable in a single line....not...
1,200
Posted By jdilts
Using sed to capture the year
Hi,

I'm not real familiar with sed, but I need to capture the year this directory path. Here's what I have so far. I'm able to capture the run name, but I want the only the year that's within the...
1,857
Posted By jdilts
Command Line Perl for parsing fasta file
I would like to take a fasta file formated like
>0001
agttcgaggtcagaatt
>0002
agttcgag
>0003
ggtaacctga

and use command line perl to move the all sample gt 8 in length to a new file. the...
869
Posted By jdilts
worked. awesome. thanks.
worked. awesome. thanks.
869
Posted By jdilts
sed expression-help cutting name
Hi,

I have some sample names. The regions in red are what I want to extract.

AIB13-positive
AIB13-blank
AIB13-1116-0022999
GNX13-1521-0003532

Each of the sample names are represented as...
3,428
Posted By jdilts
I'll try that. I'll ls then sleep and then see if...
I'll try that. I'll ls then sleep and then see if it works

---------- Post updated 12-10-13 at 11:26 AM ---------- Previous update was 12-09-13 at 05:08 PM ----------

It's not working. I don't...
3,428
Posted By jdilts
That might explain why able to mount without any...
That might explain why able to mount without any issues to the windows machines and not the macs. Is there a similar 'bg' command for cifs?
3,428
Posted By jdilts
bg = background mount
bg = background mount

It's so when a machine is off and can't be mounted, it doesn't end my shell script, it just continues to the next mount.

http://unixhelp.ed.ac.uk/CGI/man-cgi?nfs+5
It's...
3,428
Posted By jdilts
Mounted to mac, doesn't show DIR contents on first 'ls'
Hi,

I have a cronjob that mounts machines every 15 minutes.

sudo mount -t cifs -o username=Ren_user,password=AIB#1109$,nounix,bg,sec=ntlmssp //10.204.129.233/Desktop /mnt/clinical/234mac

...
3,312
Posted By jdilts
bg worked like a charm
bg worked like a charm, I haven't tried &. yet
3,312
Posted By jdilts
Mount fails (because remote machine is off) bash script stops
Hi,

I'm trying to automate a couple of mounts. (I would do this in fstab, but the auto feature causes the virtual machine I'm running in to freeze when it boots up) If the machine I'm trying to...
2,252
Posted By jdilts
Expect script executes .pl before mount finishes
Hi,

I'm trying to mount machines that are 'ON' with an expect script. I would put these guys in fstab, but the virtual machine that runs script seems to freeze up/shutdown if one of the machines...
4,975
Posted By jdilts
What's the second driver?
What's the second driver?

Also, do you have any other suggestions for getting into this mac?
4,975
Posted By jdilts
confused
These ip addresses are going to biotech machines and a lot of their contents were developed by previous IT hires. aka I'm not sure what's in a lot of them and also can't get into them directly...
4,975
Posted By jdilts
Does samba need to be installed on other device?
I'm not sure if the 'c' dir is there or not. It is in the windows. I removed it and still..
Does samba need to be installed on the other device? If so, maybe that's my problem.
...
4,975
Posted By jdilts
Same thing happens
[informatics@aib-bitest mountAGIs]$ sudo mount -t cifs //10.204.129.234/c$ /mnt/clinical/234mac
Password:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man...
4,975
Posted By jdilts
Used invalid IP
[informatics@aib-bitest mountAGIs]$ sudo mount -t cifs -o username=Ren_user,password=AIB#1109$ //10.204.129.126/c$ /mnt/clinical/234mac
[sudo] password for informatics:
Unable to find suitable...
4,975
Posted By jdilts
Mounting Linux box to Linux box
Hi,

I've been able to mount my linux box to a windows machine, but I can't seem to mount my linux box to another linux box I have. (I know I could scp, but for other reasons I need to do it this...
3,943
Posted By jdilts
Worked like a charm. Is there any decent...
Worked like a charm. Is there any decent documentation on using command line perl? Every time I google 'command line' and 'perl' together I get hits for passing arguments to a perl script.
3,943
Posted By jdilts
Use shell variable in perl command line
Hi,

I would like to use a shell variable $amp in my perl command line.


for fa in $WORKSPACE/*.fa; do

amp=`grep ">.*" $fa | sed -e's#>\(.*\)#\1#g'`...
6,186
Posted By jdilts
I'm getting support with Life Tech
The output is a really, really large txt file. (I've attached a really small example)
That line of code was written by another bioinformaticist who is more familiar with the file types than I am. He...
6,186
Posted By jdilts
colon after while block ... still produces the same error
Thanks balajesuri, but even with the fix, I still got the same error.

What I found interesting was the command echoed from the 'run' statement. They aren't identical (aside from the file names).
...
6,186
Posted By jdilts
the 'run' function
Sorry, I will try to be a little more descriptive.

I'm using a shell script template provide by life technologies; meaning the 'run' function is not of my creation. From what I can tell, it's...
6,186
Posted By jdilts
'run' with "./shellscript" -- no success
'run' with "./shellscript" -- no success :/
Showing results 1 to 25 of 55

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