ERRO - Convertrix - A Batch DNA Sample Converter
0
0
Entering edit mode
8.6 years ago
caiobrhuno • 0

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 • 1.5k views
ADD COMMENT
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode

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
ADD REPLY

Login before adding your answer.

Traffic: 2322 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