This is a test version of Biostars. For the public version, visit https://www.biostars.org.
ERRO - Convertrix - A Batch DNA Sample Converter

I am not able to convert a .txt file to .scf through the convertix. When I run the command displays a mesage that it is not possible to run the software. I need help!!!

http://www.dnabaser.com/download/Convertrix%20DNA%20sample%20converter/index.html

software error

You need to provide the command you executed and the error returned, otherwise no one here will be able to help.

Example of scripts

How to convert all TXT files in a folder to SCF:

Let's say that you have 1000 TXT sample file in the 'c:\samples' folder and you want to put the output (SCF format) in the 'c:\samples\output' folder.

Create a new text file with Notepad and copy the code from the black box below in it. Save the file as 'convert_all.cmd' and double click it to execute it. In few seconds you will have all TXT files converted to SCF.

for %%F IN (c:\samples\*.txt) DO Convertrix.exe --InputFile="%%F" --OutputFormat=scf--OutputFolder="c:\samples\output" --enable-TrimEnds --enable-WriteLog
pause

Error Message

'Convertrix' is not recognized as an internal or external command, opeável program or batch file

0 answers

No answers yet.

Log in to answer this question.