Forum Discussion
dinna550
Mar 02, 2021Copper Contributor
problem in conversion sra to fastq
I wrote code: #Import the data table into a variable $sorceFolder= import-csv 'elife-526-s.csv' $files=$sorceFolder|select SRA #Convert any SRA file to fastq $list = $sorceFolder |where {$_."SRA...
farismalaeb
Mar 02, 2021Iron Contributor
It seems you are calling an external application via powershell script.
try to add .\ before the application or call it by full path.
try to add .\ before the application or call it by full path.