Skip to content

Commit

Permalink
fixed bug with OTU picking
Browse files Browse the repository at this point in the history
  • Loading branch information
alk224 committed Oct 2, 2015
1 parent 9099aaa commit 6a8f16d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions otu_picking_workflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -1141,8 +1141,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -1332,8 +1332,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -1688,8 +1688,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -1885,8 +1885,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -2073,8 +2073,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -2432,8 +2432,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -2629,8 +2629,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -2817,8 +2817,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -3209,8 +3209,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -3406,8 +3406,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -3596,8 +3596,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -4025,8 +4025,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -4222,8 +4222,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down Expand Up @@ -4412,8 +4412,8 @@ wait
else
echo "Raw OTU table detected.
"
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom
fi
raw_or_taxfiltered_table=$otutable_dir/raw_otu_table.biom

## Filter non-target taxa (ITS and 16S mode only)

Expand Down

0 comments on commit 6a8f16d

Please sign in to comment.