use wget when prefetch disabled (prefetch无法下载时,使用wget下载)

less -SN nohup.out | tail -n 40 | grep https:// | perl -e 'while(<>){chomp($_);$_=~/(https:.*)/;print $1."\n"}'| sed 's/^/wget\t-c\t-t\t0\t/g' | perl -e 'while(<>){chomp;my @arr=split(/\t/,$_);my @temp=split(/\//,$arr[4]);my $id=pop(@temp);$id=~/(\S+)\.\d/;print $_."\t"."-O ".$1.".sra"."\n";}' | sed 's/\t/ /g' >> download_wget.sh
cat download_wget.sh | while read id ;do (nohup $id &);done
此条目发表在Linux, NGS_analysis, Perl分类目录。将固定链接加入收藏夹。

发表评论

邮箱地址不会被公开。 必填项已用*标注

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

Protected with IP Blacklist CloudIP Blacklist Cloud