git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@68 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -6,6 +6,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
FALSE = 0,
|
FALSE = 0,
|
||||||
@ -230,7 +231,7 @@ int main(int argc, char **argv){
|
|||||||
/**
|
/**
|
||||||
* check at leat one processing is asked
|
* check at leat one processing is asked
|
||||||
* either patterns or taxid filters
|
* either patterns or taxid filters
|
||||||
*/
|
**/
|
||||||
if ( p == NULL && restricted_taxid == NULL && ignored_taxid == NULL )
|
if ( p == NULL && restricted_taxid == NULL && ignored_taxid == NULL )
|
||||||
{
|
{
|
||||||
errflag++;
|
errflag++;
|
||||||
@ -240,12 +241,12 @@ int main(int argc, char **argv){
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the taxonomy back
|
* Get the taxonomy back
|
||||||
*/
|
**/
|
||||||
taxonomy = read_taxonomy(database);
|
taxonomy = read_taxonomy(database);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parse the stream
|
* Parse the stream
|
||||||
*/
|
**/
|
||||||
for (k=0 ; argc >= optind ; optind++, k++){
|
for (k=0 ; argc >= optind ; optind++, k++){
|
||||||
|
|
||||||
matchingresult = 0;
|
matchingresult = 0;
|
||||||
|
Reference in New Issue
Block a user