Off topic:How to translate a Linux shell script to Windows power shell?
0
0
Entering edit mode
7.2 years ago
flight22121 ▴ 10

How to translate a Linux shell script to Windows power shell (CMD)?

  list=`cat SRAIdFromPythonInput.txt` # list of the SRA record file IDs.
       for i in $list
    do
echo $i

./fastq-dump --split-files $i -v

    done
cmd bash shell fastq-dump • 2.9k views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 1719 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6